[][src]Function grammers_crypto::decrypt_data_v2

pub fn decrypt_data_v2(
    ciphertext: &[u8],
    auth_key: &AuthKey
) -> Result<Vec<u8>, DecryptionError>

This method is the inverse of encrypt_data_v2.