Struct crypto::blockmodes::DecPadding [-] [+] [src]

pub struct DecPadding<X> {
    // some fields omitted
}

Wraps a PaddingProcessor so that only strip_output() will actually be called.

Trait Implementations

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