pub type Ofb<C> = StreamCipherCoreWrapper<OfbCore<C>>;Expand description
Buffered Output feedback (OFB) mode.
Aliased Typeยง
pub struct Ofb<C> { /* private fields */ }pub type Ofb<C> = StreamCipherCoreWrapper<OfbCore<C>>;Buffered Output feedback (OFB) mode.
pub struct Ofb<C> { /* private fields */ }