MCPcopy Create free account
hub / github.com/RustCrypto/utils / NoPadding

Class NoPadding

block-padding/src/lib.rs:339–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337/// is not multiple of block size.
338#[derive(Clone, Copy, Debug)]
339pub struct NoPadding;
340
341impl Padding for NoPadding {
342 #[inline]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected