Expand description
Memory safety patterns and secure operations
This module provides traits and utilities for ensuring memory safety in cryptographic operations.
Modules§
Structs§
- Secure
Operation Builder - Builder pattern for secure operations
Traits§
- Secure
Compare - Trait for types that can be securely compared
- Secure
Operation - Trait for secure cryptographic operations
- Secure
Operation Ext - Extension trait for operations that produce a result
Type Aliases§
- Cleanup
Fn - Type alias for cleanup functions used in secure operations