Module secret

Module secret 

Source
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§

EphemeralSecret
Ephemeral secret that is automatically zeroized after use
SecretBuffer
Fixed-size secret buffer that guarantees zeroization
SecretVec
Variable-size secret vector that guarantees zeroization
ZeroizeGuard
Guard type that ensures a value is zeroized when dropped

Traits§

SecureZeroingType
Trait for types that can be securely zeroed and cloned