bitwarden_crypto::keys::utils

Function stretch_kdf_key

source
pub(super) fn stretch_kdf_key(
    k: &SymmetricCryptoKey,
) -> Result<SymmetricCryptoKey, CryptoError>
Expand description

Stretch the given key using HKDF.