Skip to main content

shake256

Function shake256 

Source
pub fn shake256(input: impl AsRef<[u8]>) -> [u8; 64]
Expand description

SHAKE256(input), producing DIGEST_LEN bytes.

Discouraged. Prefer digest with a hardcoded customization string to ensure domain separation between independent hash uses in the same application.