pub(crate) fn hkdf_expand_label_block(
expander: &dyn HkdfExpander,
label: &[u8],
context: &[u8],
) -> OkmBlock
Expand description
[HKDF-Expand-Label] where the output is one block in size.
pub(crate) fn hkdf_expand_label_block(
expander: &dyn HkdfExpander,
label: &[u8],
context: &[u8],
) -> OkmBlock
[HKDF-Expand-Label] where the output is one block in size.