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