Function aes_frast::aes_core::setkey_dec_k256 [] [src]

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

Set 256bit working keys for decryption.

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

Examples

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