#message-authentication #mac #parallel #generic #pure #parallelizable

no-std pmac

Generic implementation of Parallelizable Message Authentication Code

10 releases (breaking)

0.7.1 Feb 17, 2022
0.6.0 Apr 29, 2021
0.5.1 Oct 16, 2020
0.3.0 Jun 6, 2020
0.0.0 Jul 22, 2017

#20 in #message-authentication

Download history 11/week @ 2023-12-14 7/week @ 2023-12-21 3/week @ 2023-12-28 7/week @ 2024-01-04 8/week @ 2024-01-11 3/week @ 2024-01-18 3/week @ 2024-02-08 8/week @ 2024-02-15 38/week @ 2024-02-22 56/week @ 2024-02-29 39/week @ 2024-03-07 23/week @ 2024-03-14 86/week @ 2024-03-21 68/week @ 2024-03-28

217 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

15KB
283 lines

RustCrypto: PMAC

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

Pure Rust implementation of the Parallel Message Authentication Code (PMAC).

Documentation

Minimum Supported Rust Version

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

~475KB
~11K SLoC