Module lock_keeper::crypto::secure_structs
source · Structs§
- Wrapper around a
Stringthat hold sensitive/secret data. All the bytes are zeroized (zeroed out) whenever the value is dropped.
String that hold sensitive/secret data. All the bytes
are zeroized (zeroed out) whenever the value is dropped.