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

Update to digest v0.11 #123

Closed
wants to merge 1 commit into from
Closed

Update to digest v0.11 #123

wants to merge 1 commit into from

Conversation

newpavlov
Copy link
Member

Depends on RustCrypto/hashes#444

Closes #104

TODO:

  • Update cipher to crypto-common v0.2

@newpavlov newpavlov closed this Jan 9, 2024
@newpavlov newpavlov deleted the digest_v0.11 branch January 9, 2024 06:20
tarcieri added a commit that referenced this pull request Jan 9, 2024
Provides a trait for hash functions which expose their block-level core
which can be used in an optimized implementation of HMAC without
polluting the bounds of code which uses HMAC generically over hash
functions.

Originally from #123.
@tarcieri tarcieri mentioned this pull request Jan 9, 2024
tarcieri added a commit that referenced this pull request Jan 9, 2024
Provides a trait for hash functions which expose their block-level core
which can be used in an optimized implementation of HMAC without
polluting the bounds of code which uses HMAC generically over hash
functions.

Originally from #123.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hmac: introduce a helper trait to simplify public bounds
1 participant