#digest #hash #semver #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

#31 in #digest

Download history 1972/week @ 2024-10-18 2794/week @ 2024-10-25 2713/week @ 2024-11-01 1593/week @ 2024-11-08 1777/week @ 2024-11-15 1601/week @ 2024-11-22 2293/week @ 2024-11-29 1818/week @ 2024-12-06 1170/week @ 2024-12-13 504/week @ 2024-12-20 424/week @ 2024-12-27 1661/week @ 2025-01-03 2070/week @ 2025-01-10 1361/week @ 2025-01-17 1880/week @ 2025-01-24 1294/week @ 2025-01-31

6,955 downloads per month
Used in 26 crates (5 directly)

Apache-2.0 OR MIT

1MB
878 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