Struct crypto::blockmodes::NoPadding
[-] [+]
[src]
pub struct NoPadding;
No padding mode for ECB and CBC encryption
pub struct NoPadding;
No padding mode for ECB and CBC encryption
impl PaddingProcessor for NoPadding
fn pad_input<W: WriteBuffer>(&mut self, _: &mut W)
fn strip_output<R: ReadBuffer>(&mut self, _: &mut R) -> bool
impl Copy for NoPadding
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).