Function lpc55::crypto::nxp_aes_ctr_cipher
source · [−]pub fn nxp_aes_ctr_cipher(
ciphertext: &[u8],
dek: [u8; 32],
nonce: [u32; 4],
offset_blocks: u32
) -> Vec<u8>
Expand description
NXP’s AES-CTR cipher.