pub(super) fn stretch_kdf_key(
k: &SymmetricCryptoKey,
) -> Result<SymmetricCryptoKey, CryptoError>
Expand description
Stretch the given key using HKDF.
pub(super) fn stretch_kdf_key(
k: &SymmetricCryptoKey,
) -> Result<SymmetricCryptoKey, CryptoError>
Stretch the given key using HKDF.