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

hmac: add EagerHash #151

Merged
merged 1 commit into from
Jan 9, 2024
Merged

hmac: add EagerHash #151

merged 1 commit into from
Jan 9, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented 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.

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
Copy link
Member Author

tarcieri commented Jan 9, 2024

Hmm, GitHub seems to be rather broken right now 😦

@newpavlov
Copy link
Member

The CI jobs have passed. At least for now.

@tarcieri tarcieri merged commit a37e152 into master Jan 9, 2024
9 checks passed
@tarcieri tarcieri deleted the hmac/eager-hash branch January 9, 2024 13:34
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.

2 participants