10 unstable releases (4 breaking)

0.11.1 Jul 20, 2021
0.11.0-pre Dec 30, 2020
0.10.1 Jul 20, 2021
0.10.0 Oct 15, 2020
0.1.0 Oct 14, 2016

#2482 in Cryptography

Download history 297954/week @ 2023-12-19 154367/week @ 2023-12-26 324753/week @ 2024-01-02 358141/week @ 2024-01-09 386669/week @ 2024-01-16 395900/week @ 2024-01-23 397300/week @ 2024-01-30 374981/week @ 2024-02-06 365830/week @ 2024-02-13 379601/week @ 2024-02-20 375438/week @ 2024-02-27 362285/week @ 2024-03-05 376215/week @ 2024-03-12 369955/week @ 2024-03-19 366749/week @ 2024-03-26 385424/week @ 2024-04-02

1,567,470 downloads per month
Used in 4,177 crates (30 directly)

MIT/Apache

31KB
562 lines

RustCrypto: Message Authentication Code Traits

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

Traits for Message Authentication Code (MAC) algorithms.

See RustCrypto/MACs for implementations which use this trait.

Documentation

Minimum Supported Rust Version

Rust 1.41 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

~280KB