pub type Aes128Ctr = StreamCipherCoreWrapper<CtrCore<Aes128, Ctr64BE>>;
AES with 128-bit key in counter-mode (with big-endian counter).
pub struct Aes128Ctr { /* private fields */ }