add basic concord backend

This commit is contained in:
2026-09-16 16:57:04 +07:00
parent 5f2a5d7a37
commit 66f75ad105
7 changed files with 891 additions and 27 deletions
+2
View File
@@ -32,6 +32,8 @@ aes-gcm = "0.10"
sha2 = "0.10"
data-encoding = "2"
hkdf = "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" ] }
# Others
anyhow = "1.0.44"