#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

#620 in Cryptography

Download history 1322495/week @ 2024-07-18 1371659/week @ 2024-07-25 1394871/week @ 2024-08-01 1438613/week @ 2024-08-08 1345119/week @ 2024-08-15 1415737/week @ 2024-08-22 1355681/week @ 2024-08-29 1461808/week @ 2024-09-05 1374566/week @ 2024-09-12 1679887/week @ 2024-09-19 1799125/week @ 2024-09-26 2586614/week @ 2024-10-03 2466751/week @ 2024-10-10 2605222/week @ 2024-10-17 1673288/week @ 2024-10-24 1534745/week @ 2024-10-31

8,680,466 downloads per month
Used in 10,058 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