Skip to main content

ENVELOPE_HKDF_SALT_SIZE

Constant ENVELOPE_HKDF_SALT_SIZE 

Source
const ENVELOPE_HKDF_SALT_SIZE: usize = 32;
Expand description

32 matches the SHA-256 output size (HashLen), which is the RECOMMENDED salt size for HKDF: https://datatracker.ietf.org/doc/html/rfc5869