#message-authentication #digest #hash

no-std hmac

Generic implementation of Hash-based Message Authentication Code (HMAC)

16 releases

0.13.0-pre.4 Jul 26, 2024
0.13.0-pre.3 Feb 1, 2024
0.13.0-pre.2 Jan 17, 2024
0.12.1 Feb 17, 2022
0.0.1 Oct 21, 2016

#944 in Cryptography

Download history 1575750/week @ 2024-10-28 1549865/week @ 2024-11-04 1578282/week @ 2024-11-11 1597398/week @ 2024-11-18 1372204/week @ 2024-11-25 1627160/week @ 2024-12-02 1713472/week @ 2024-12-09 1506047/week @ 2024-12-16 711523/week @ 2024-12-23 881906/week @ 2024-12-30 1623045/week @ 2025-01-06 1784879/week @ 2025-01-13 1616525/week @ 2025-01-20 1727827/week @ 2025-01-27 1934616/week @ 2025-02-03 1975461/week @ 2025-02-10

7,350,147 downloads per month
Used in 11,021 crates (1,031 directly)

MIT/Apache

43KB
259 lines

RustCrypto: HMAC

crate Docs Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of the Hash-based Message Authentication Code (HMAC).

Documentation

Minimum Supported Rust Version

Rust 1.72 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~335–500KB
~11K SLoC