Function get_key_length_aes_kw

Source
pub(crate) fn get_key_length_aes_kw(
    normalized_derived_key_algorithm: &SubtleAesDerivedKeyParams,
) -> Result<Option<u32>, Error>
Expand description