const HKDF_INFO_DEFAULT_CAPACITY_LEN: usize = 300;
Expand description
General Info length’s for HKDF don’t normally exceed 256 bits.
We set the default capacity to a value larger than should be needed
so that the value passed to |HKDF_expand
| is only allocated once.