aws_lc_rs::hkdf

Constant MAX_HKDF_SALT_LEN

Source
const MAX_HKDF_SALT_LEN: usize = 80;
Expand description

General Salt length’s for HKDF don’t normally exceed 256 bits. We set the limit to something tolerable, so that the Salt structure can be stack allocatable.