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

Include hash functions (SHA-2, SHA-3, Keccak and BLAKE2) #63

Merged
merged 14 commits into from
Sep 23, 2022
Merged

Commits on Sep 21, 2022

  1. Add hash functions

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5cdb302 View commit details
    Browse the repository at this point in the history
  2. Update tests and merge hkdf

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    dcbbf4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b5d05b View commit details
    Browse the repository at this point in the history
  4. Also include blake2b

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b7387c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55e5d6c View commit details
    Browse the repository at this point in the history
  6. Fix versions of dependencies

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9c95467 View commit details
    Browse the repository at this point in the history
  7. Keep thiserror

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9354785 View commit details
    Browse the repository at this point in the history
  8. Align with hmac module

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    aebf11a View commit details
    Browse the repository at this point in the history
  9. Remove hkdf

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d778492 View commit details
    Browse the repository at this point in the history
  10. Format

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    03d83b9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba867f0 View commit details
    Browse the repository at this point in the history
  12. fmt

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f52a4a8 View commit details
    Browse the repository at this point in the history
  13. Add simple tests

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f9f3d4d View commit details
    Browse the repository at this point in the history
  14. Update bench

    jonas-lj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    21bee33 View commit details
    Browse the repository at this point in the history