pub fn lock_and_store(
signing_keys: &AttestantSigningKeys,
key: &Key,
augmentation: Vec<u8>,
profile_name: &str,
csprng: &mut impl CryptoRngCore,
) -> Result<(), StorageError>pub fn lock_and_store(
signing_keys: &AttestantSigningKeys,
key: &Key,
augmentation: Vec<u8>,
profile_name: &str,
csprng: &mut impl CryptoRngCore,
) -> Result<(), StorageError>