Ofb

Type Alias Ofb 

Source
pub type Ofb<C> = StreamCipherCoreWrapper<OfbCore<C>>;
Expand description

Buffered Output feedback (OFB) mode.

Aliased Typeยง

pub struct Ofb<C> { /* private fields */ }