pub fn shake256() -> KeccakStateExpand description
Create a new SHAKE256 extendable-output function (XOF) context.
SHAKE256 uses a rate of 136 bytes and domain separator 0x1f. Used by ML-DSA for the H function (hashing, key derivation, signing).
pub fn shake256() -> KeccakStateCreate a new SHAKE256 extendable-output function (XOF) context.
SHAKE256 uses a rate of 136 bytes and domain separator 0x1f. Used by ML-DSA for the H function (hashing, key derivation, signing).