Function massa_cipher::decrypt
source ยท pub fn decrypt(password: &str, data: CipherData) -> Result<Vec<u8>, CipherError>Expand description
Decryption function using AES-GCM cipher.
Read lib.rs module documentation for more information.
pub fn decrypt(password: &str, data: CipherData) -> Result<Vec<u8>, CipherError>Decryption function using AES-GCM cipher.
Read lib.rs module documentation for more information.