#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

#142 in #hash

Download history 718/week @ 2024-03-13 940/week @ 2024-03-20 880/week @ 2024-03-27 831/week @ 2024-04-03 984/week @ 2024-04-10 837/week @ 2024-04-17 1147/week @ 2024-04-24 918/week @ 2024-05-01 906/week @ 2024-05-08 1173/week @ 2024-05-15 1221/week @ 2024-05-22 1322/week @ 2024-05-29 824/week @ 2024-06-05 1364/week @ 2024-06-12 2085/week @ 2024-06-19 1658/week @ 2024-06-26

6,226 downloads per month
Used in 21 crates (4 directly)

Apache-2.0 OR MIT

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