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
+14
View File
@@ -0,0 +1,14 @@
[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
data-encoding.workspace = true
anyhow.workspace = true