Expand description
Error handling for cryptographic primitives
Modules§
- validate
- Validation utilities for cryptographic primitives
Enums§
- Error
- The error type for cryptographic primitives
Traits§
- Result
Ext - Extension trait for Result types
- Secure
Error Handling - Trait for secure error handling to prevent timing attacks
Functions§
- to_
core_ result - Convert a primitives result to a core result with additional context
Type Aliases§
- Cipher
Result - Result type for cipher operations
- Hash
Result - Result type for hash operations
- MacResult
- Result type for MAC operations
- Result
- Result type for cryptographic primitives operations