pub fn xctr<Aes: BlockCipherEncrypt>(
ks_enc: &Aes,
dst: &mut [u8],
src: &[u8],
z: &[u8; 16],
)Expand description
XCTR mode: counter-based stream cipher using AES.
This is a self-inverse operation (encryption and decryption are identical).