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.