Crypto::Secret::Not Documentation
This commit is contained in:
parent
b738cd1e0a
commit
46a05f8abd
@ -1,11 +1,12 @@
|
||||
require "./stateless"
|
||||
|
||||
# A not very secret secret
|
||||
# A not very secret secret, but fast
|
||||
#
|
||||
# Not locked in memory
|
||||
# Not access protected
|
||||
# No guard pages
|
||||
# Doesn't wipe
|
||||
# * 0 overhead
|
||||
# * Not locked in memory
|
||||
# * Not access protected
|
||||
# * No guard pages
|
||||
# * No wiping
|
||||
module Crypto::Secret
|
||||
struct Not
|
||||
include Stateless
|
||||
|
Loading…
Reference in New Issue
Block a user