Skip to main content

decrypt

Function decrypt 

Source
pub fn decrypt(blob: &[u8], key: &[u8; 32]) -> Result<Vec<u8>, BundleError>
Expand description

Decrypt nonce || ciphertext back into the plaintext container.