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