[][src]Crate k12

An 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

Functions

kangaroo_twelve

Hash the input message, with the given customization string, to output_len bytes.