pub fn decrypt(
key: &SecureKey,
encrypted: &EncryptedData,
) -> Result<Vec<u8>, CryptoError>Expand description
Decrypt data using AES-256-GCM
pub fn decrypt(
key: &SecureKey,
encrypted: &EncryptedData,
) -> Result<Vec<u8>, CryptoError>Decrypt data using AES-256-GCM