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

Class PadError

inout/src/errors.rs:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#[cfg(feature = "block-padding")]
30#[derive(Clone, Copy, Debug)]
31pub struct PadError;
32
33#[cfg(feature = "block-padding")]
34impl fmt::Display for PadError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected