#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

#623 in Cryptography

Download history 1370082/week @ 2024-07-21 1354547/week @ 2024-07-28 1408195/week @ 2024-08-04 1410781/week @ 2024-08-11 1365992/week @ 2024-08-18 1438685/week @ 2024-08-25 1391243/week @ 2024-09-01 1412307/week @ 2024-09-08 1402689/week @ 2024-09-15 1694759/week @ 2024-09-22 2023008/week @ 2024-09-29 2779508/week @ 2024-10-06 2563795/week @ 2024-10-13 2193338/week @ 2024-10-20 1572482/week @ 2024-10-27 1480164/week @ 2024-11-03

8,245,778 downloads per month
Used in 10,078 crates (958 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

~330–495KB
~11K SLoC