Function aes_frast::aes_core::setkey_dec_k192 [] [src]

pub fn setkey_dec_k192(origin: &[u8], keys: &mut [u32])

Set 192bit working keys for decryption.

[Attention!] The first parameter must possess 24 elements in the slice, and the second 52.

Examples

Please refer to setkey_enc_k192 function, they are very similar but differ in the outputs.