Expand description
Secure secret handling with automatic memory zeroing.
This module provides types that automatically zeroize sensitive data when dropped, preventing secrets from lingering in memory.
Structsยง
- Secret
Array - A fixed-size array that zeroizes on drop.
- Secret
Vec - A vector that zeroizes its contents on drop.