Ctr64BE

Type Alias Ctr64BE 

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

CTR mode with 64-bit big endian counter.

Aliased Type§

pub struct Ctr64BE<B> { /* private fields */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.