Expand description
Secret data types with guaranteed zeroization
This module provides type-safe wrappers for sensitive data that ensure proper cleanup and zeroization when the data is no longer needed.
Structs§
- Ephemeral
Secret - Ephemeral secret that is automatically zeroized after use
- Secret
Buffer - Fixed-size secret buffer that guarantees zeroization
- Secret
Vec - Variable-size secret vector that guarantees zeroization
- Zeroize
Guard - Guard type that ensures a value is zeroized when dropped
Traits§
- Secure
Zeroing Type - Trait for types that can be securely zeroed and cloned