#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

#1197 in Cryptography

Download history 1799125/week @ 2024-09-26 2586614/week @ 2024-10-03 2466751/week @ 2024-10-10 2605222/week @ 2024-10-17 1673283/week @ 2024-10-24 1534932/week @ 2024-10-31 1517020/week @ 2024-11-07 1656927/week @ 2024-11-14 1522459/week @ 2024-11-21 1471464/week @ 2024-11-28 1661929/week @ 2024-12-05 1622623/week @ 2024-12-12 988855/week @ 2024-12-19 703622/week @ 2024-12-26 1371040/week @ 2025-01-02 1460743/week @ 2025-01-09

4,822,213 downloads per month
Used in 10,725 crates (1,002 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–495KB
~11K SLoC