[][src]Function kerberos_crypto::aes_hmac_sha1::decrypt

pub fn decrypt(
    key: &[u8],
    key_usage: i32,
    ciphertext: &[u8],
    aes_sizes: &AesSizes
) -> Result<Vec<u8>>

Decrypt ciphertext by using the AES algorithm with HMAC-SHA1