Expand description
§RustCrypto: KangarooTwelve
Pure Rust implementation of the KangarooTwelve eXtendable-Output Function (XOF).
§License
The crate is 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.
Re-exports§
pub use digest;
Modules§
- block_
api - Block-level types
Structs§
- Kt128
- KT128 hasher.
- Kt256
- KT256 hasher.
- Kt128
Reader - KT128 XOF reader.
- Kt256
Reader - KT256 XOF reader.
Type Aliases§
- Kangaroo
Twelve Deprecated - KT128 hasher.
- Kangaroo
Twelve Reader Deprecated - KT128 XOF reader.