add pins, disappearing messages and hardenin

This commit is contained in:
2026-09-17 10:35:41 +07:00
parent ecd08273eb
commit fd39be0eda
12 changed files with 1677 additions and 90 deletions
+3
View File
@@ -32,6 +32,9 @@ aes-gcm = "0.10"
sha2 = "0.10"
data-encoding = "2"
hkdf = "0.12"
# Pinned to the instances `nostr` already builds: the NIP-44 message-key disclosure
chacha20 = "0.9"
hmac = "0.12"
# Pinned to the instance `nostr-sdk` already builds, so NIP-44 nonces share it
rand = { version = "0.10", default-features = false, features = [ "std", "sys_rng" ] }