Crate k12

Source
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§

KangarooTwelveCore
Core KangarooTwelve hasher state.
KangarooTwelveReaderCore
Core KangarooTwelve reader state.

Type Aliases§

KangarooTwelve
KangarooTwelve hasher state.
KangarooTwelveReader
KangarooTwelve reader state.