Ctr32BE

Type Alias Ctr32BE 

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

CTR mode with 32-bit big endian counter.

Aliased Type§

pub struct Ctr32BE<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.