Expand description
Pure Rust implementation of the KangarooTwelve cryptographic hash algorithm, based on the reference implementation:
https://datatracker.ietf.org/doc/draft-irtf-cfrg-kangarootwelve/
Re-exports§
pub use digest;
Structs§
- Kangaroo
Twelve Core - Core
KangarooTwelve
hasher state. - Kangaroo
Twelve Reader Core - Core
KangarooTwelve
reader state.
Type Aliases§
- Kangaroo
Twelve KangarooTwelve
hasher state.- Kangaroo
Twelve Reader KangarooTwelve
reader state.