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