RustCrypto / MACs

Message authentication code algorithms written in pure Rust
259 stars 36 forks source link

hmac: add `EagerHash` #151

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

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 commented 8 months ago

Hmm, GitHub seems to be rather broken right now 😦

newpavlov commented 8 months ago

The CI jobs have passed. At least for now.