pub(crate) type Aes256Ctr = Ctr64BE<Aes256>;

Aliased Type§

struct Aes256Ctr {
    core: CtrCore<Aes256, Ctr64BE>,
    buffer: GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>,
    pos: u8,
}

Fields§

§core: CtrCore<Aes256, Ctr64BE>§buffer: GenericArray<u8, UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>>§pos: u8