const MAX_HKDF_SALT_LEN: usize = 80;
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.