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
const ENVELOPE_HKDF_SALT_SIZE: usize = 32;32 matches the SHA-256 output size (HashLen), which is the RECOMMENDED salt size for HKDF: https://datatracker.ietf.org/doc/html/rfc5869