Trait cipher::IvState

source ·
pub trait IvState: IvSizeUser {
    fn iv_state(&self) -> Iv<Self>;
}
Expand description

Trait for loading current IV state.

Required Methods§

Returns current IV state.

Implementors§