Crypto::Secret::Not
Inherits Crypto::Secret::Stateless / Crypto::Secret / Struct / Value / Object
A not very secret Secret, but fast
Suitable uses:
-
Holding decrypted data that is NOT secret
-
Verification keys that are public (use with care)
-
0 overhead
-
Not locked in memory
-
Not access protected
-
No guard pages
-
No wiping
Constructors
Instance methods
bytesize
Sourceto_slice
Source