Expand description
SHAKE extendable output functions
This module implements the SHAKE family of extendable output functions (XOFs) as specified in FIPS PUB 202.
These are distinct from the SHAKE implementations in the hash module, which provide fixed-output hash function interfaces. This module provides the proper XOF interface for variable-length output generation.
Structsยง
- Shake
Xof128 - SHAKE-128 extendable output function with secure memory handling
- Shake
Xof256 - SHAKE-256 extendable output function with secure memory handling