Struct crypto::blockmodes::EncPadding
[−]
[src]
pub struct EncPadding<X> {
// some fields omitted
}Wraps a PaddingProcessor so that only pad_input() will actually be called.