pub type Chctr2_128 = Chctr2<Aes128>;
CHCTR2 with AES-128 encryption (uses two AES-128 keys = 32 bytes total).
pub struct Chctr2_128 { /* private fields */ }
Initialize CHCTR2-128 from a combined key (K1 || K2).