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