module

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
Source
noaccess

Not thread safe

Source
noaccess

Not thread safe

Source
readonly

Not thread safe

Source
readonly

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

Source
readwrite

Not thread safe

Source
readwrite

Yields a Slice that is readable and writable

slice is only available within the block

Not thread safe

Source
reset

Not thread safe

Source