decrypt_string

Function decrypt_string 

Source
pub fn decrypt_string(
    encrypted: &[u8],
    nonce: &[u8; 12],
    key: &[u8; 32],
) -> String