Crate secure_gate

Crate secure_gate 

Source

Macros§

dynamic_alias
Define a dynamic (heap) secret alias.
fixed_alias
Define a fixed-size secret alias with beautiful constructor syntax
secure
Create a secret — works for fixed-size arrays and heap types.
secure_zeroizing
Create a zeroizing secret (auto-wiped on drop)

Structs§

Dynamic
Fixed

Traits§

Zeroize
Trait for securely erasing values from memory.
ZeroizeOnDrop
Marker trait signifying that this type will Zeroize::zeroize itself on Drop.

Type Aliases§

DynamicZeroizing
FixedZeroizing
Zeroizing

Derive Macros§

Zeroize
Derive the Zeroize trait.
ZeroizeOnDrop
Derive the ZeroizeOnDrop trait.