Struct crypto::blockmodes::PkcsPadding
[-] [+]
[src]
pub struct PkcsPadding;
PKCS padding mode for ECB and CBC encryption
pub struct PkcsPadding;
PKCS padding mode for ECB and CBC encryption
impl PaddingProcessor for PkcsPadding
fn pad_input<W: WriteBuffer>(&mut self, input_buffer: &mut W)
fn strip_output<R: ReadBuffer>(&mut self, output_buffer: &mut R) -> bool
impl Copy for PkcsPadding
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
).