decrypt

Function decrypt 

Source
pub fn decrypt(
    key: &SecureKey,
    encrypted: &EncryptedData,
) -> Result<Vec<u8>, CryptoError>
Expand description

Decrypt data using AES-256-GCM