#digest #hash #crypto

no-std k12

Pure Rust implementation of the KangarooTwelve hash function

6 releases (3 breaking)

0.3.0 Jun 10, 2023
0.2.1 Feb 17, 2022
0.2.0 Dec 7, 2021
0.1.0 Jun 10, 2020
0.0.0 Jun 4, 2017

#2986 in Cryptography

Download history 2068/week @ 2024-11-27 1766/week @ 2024-12-04 1414/week @ 2024-12-11 849/week @ 2024-12-18 313/week @ 2024-12-25 1247/week @ 2025-01-01 1710/week @ 2025-01-08 1746/week @ 2025-01-15 1725/week @ 2025-01-22 1680/week @ 2025-01-29 2785/week @ 2025-02-05 1343/week @ 2025-02-12 1976/week @ 2025-02-19 2779/week @ 2025-02-26 2029/week @ 2025-03-05 1996/week @ 2025-03-12

8,995 downloads per month
Used in 30 crates (6 directly)

Apache-2.0 OR MIT

1MB
873 lines

RustCrypto: KangarooTwelve

crate Docs Apache2/MIT licensed Rust Version Build Status

Pure Rust implementation of the KangarooTwelve extensible-output function (XOF).

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