const MAX_HKDF_PRK_LEN: usize = digest::MAX_OUTPUT_LEN; // 64usize
The maximum output size of a PRK computed by |HKDF_extract| is the maximum digest size that can be outputted by AWS-LC.
HKDF_extract