#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

#1193 in Cryptography

Download history 1381688/week @ 2024-09-10 1635076/week @ 2024-09-17 1679759/week @ 2024-09-24 2379310/week @ 2024-10-01 2728549/week @ 2024-10-08 2558977/week @ 2024-10-15 1735054/week @ 2024-10-22 1568282/week @ 2024-10-29 1518099/week @ 2024-11-05 1608832/week @ 2024-11-12 1593547/week @ 2024-11-19 1380281/week @ 2024-11-26 1654668/week @ 2024-12-03 1686297/week @ 2024-12-10 1381956/week @ 2024-12-17 555244/week @ 2024-12-24

5,566,191 downloads per month
Used in 10,586 crates (988 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