Crate sha3_kmac

Source
Expand description

KMAC per NIST SP 800-185.

Re-exports§

pub use generic_array;

Structs§

InvalidLength
Returned when the key is too small.
Kmac128
KMAC128.
Kmac256
KMAC256.
KmacXof128
KMACXOF128.
KmacXof256
KMACXOF256.

Type Aliases§

Mac
A message authentication code.