add concord crate and basic cryptography

This commit is contained in:
2026-09-16 16:21:38 +07:00
parent 319b1038d2
commit 5f2a5d7a37
6 changed files with 643 additions and 17 deletions
+1
View File
@@ -31,6 +31,7 @@ nostr = { git = "https://github.com/rust-nostr/nostr", features = [ "nip59", "ni
aes-gcm = "0.10"
sha2 = "0.10"
data-encoding = "2"
hkdf = "0.12"
# Others
anyhow = "1.0.44"