Module error

Source
Expand description

Error handling for cryptographic ecosystem

Re-exports§

pub use types::Error;
pub use types::Result;
pub use registry::ERROR_REGISTRY;
pub use traits::ResultExt;
pub use traits::SecureErrorHandling;
pub use validate as validation;

Modules§

registry
Error registry for secure error handling
traits
Error handling traits for the cryptographic ecosystem
types
Error type definitions for cryptographic operations
validate
Validation utilities for cryptographic operations

Type Aliases§

CipherResult
HashResult
KeyResult
SignatureResult