Crypto::Secret::Stateless
Inherits Crypto::Secret
Provides a 0 overhead implementation of [#readwrite, #readonly, #noaccess, #reset] with no protection
Data is still erased when out of scope
Instance methods
finalize
Sourcereadonly
Yields a Slice that is readable possibly writable depending on the prior protection level and underlying implementation Don't write to it
Not thread safe
readwrite
Yields a Slice that is readable and writable
slice is only available within the block
Not thread safe