logo

Crate k12

source · []
Expand description

Experimental pure Rust implementation of the KangarooTwelve cryptographic hash algorithm, based on the reference implementation:

https://github.com/gvanas/KeccakCodePackage/blob/master/Standalone/kangaroo_twelve-reference/K12.py

Some optimisations copied from: https://github.com/RustCrypto/hashes/tree/master/sha3/src

Re-exports

pub use digest;

Structs

The KangarooTwelve extendable-output function (XOF).

Extensible output reader.