feat: implement concord protocol (#49)

Only backend, no UI yet.

Reviewed-on: #49
This commit was merged in pull request #49.
This commit is contained in:
2026-09-17 04:30:12 +00:00
parent 5500082426
commit fdabfcf026
17 changed files with 11285 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
[package]
name = "concord"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
nostr.workspace = true
nostr-sdk.workspace = true
hkdf.workspace = true
sha2.workspace = true
chacha20.workspace = true
hmac.workspace = true
data-encoding.workspace = true
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
[dev-dependencies]
nostr-memory.workspace = true
smol.workspace = true