Crypto::Secret::Not Documentation

master
Didactic Drunk 2021-06-14 17:22:00 -07:00
parent b738cd1e0a
commit 46a05f8abd
1 changed files with 6 additions and 5 deletions

View File

@ -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