Aes128Ctr

Type Alias Aes128Ctr 

Source
pub type Aes128Ctr = StreamCipherCoreWrapper<CtrCore<Aes128, Ctr64BE>>;
Expand description

AES with 128-bit key in counter-mode (with big-endian counter).

Aliased Typeยง

pub struct Aes128Ctr { /* private fields */ }