decrypt_data

Function decrypt_data 

Source
pub fn decrypt_data(
    encrypted_data: &str,
    key: &[u8; 32],
) -> Result<Vec<u8>, CryptoError>
Expand description

Decrypts data using the globally configured algorithm.