Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamping Ferveo Ciphertexts (breaking changes ⚠️ ) #149

Merged
merged 7 commits into from
Aug 22, 2023

Commits on Aug 1, 2023

  1. Refactor Ciphertext implementation. Fixes #144

    * Remove unused Ciphertext.construct_tag_hash()
    * Refactor Ciphertext.check() to take the functionality of check_ciphertext_validity() function
    cygnusv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    41e5be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396b1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e662e17 View commit details
    Browse the repository at this point in the history
  4. Test for bad AAD input

    cygnusv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e51e6ec View commit details
    Browse the repository at this point in the history
  5. Bump MSRV to 1.67.0

    cygnusv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0ec84b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f427f0d View commit details
    Browse the repository at this point in the history
  7. Clippy stuff

    cygnusv committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4337c3c View commit details
    Browse the repository at this point in the history