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.