Struct crypto::blockmodes::DecPadding
[-] [+]
[src]
pub struct DecPadding<X> {
// some fields omitted
}Wraps a PaddingProcessor so that only strip_output() will actually be called.
pub struct DecPadding<X> {
// some fields omitted
}Wraps a PaddingProcessor so that only strip_output() will actually be called.
impl<X: PaddingProcessor> PaddingProcessor for DecPadding<X>fn pad_input<W: WriteBuffer>(&mut self, _: &mut W)fn strip_output<R: ReadBuffer>(&mut self, a: &mut R) -> bool
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).