Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
31
pub struct PadError;
32
33
#[cfg(feature =
"block-padding"
)]
34
impl fmt::Display for PadError {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected