Add encryption chapter

This commit is contained in:
Jon Staab
2026-04-13 21:21:52 -07:00
parent 5364854881
commit 2f334fa3be
8 changed files with 1259 additions and 27 deletions
+4
View File
@@ -14,4 +14,8 @@ bech32 = "0.11"
rand = "0.8"
scrypt = { version = "0.11", default-features = false, features = ["std"] }
chacha20poly1305 = "0.10"
chacha20 = "0.9"
hmac = "0.12"
hkdf = "0.12"
base64 = "0.22"
unicode-normalization = "0.1"