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