aws_lc_rs::hkdf

Constant MAX_HKDF_PRK_LEN

Source
const MAX_HKDF_PRK_LEN: usize = digest::MAX_OUTPUT_LEN; // 64usize
Expand description

The maximum output size of a PRK computed by |HKDF_extract| is the maximum digest size that can be outputted by AWS-LC.