Expand description
Zeroizing wrappers for sensitive cryptographic material.
This module provides wrappers that automatically zero out memory when dropped, preventing sensitive data from lingering in memory.
Structs§
- Secure
Buffer - A buffer that zeros itself on drop.
Functions§
- secure_
move - Securely copy and then zero the source.
- secure_
zero - Securely zero a byte slice.
- zeroizing_
key_ 32 - Create a zeroizing 32-byte key.
- zeroizing_
nonce - Create a zeroizing 12-byte nonce.
Type Aliases§
- Zeroizing
Key - A zeroizing wrapper for secret keys.