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
Generated
+12
View File
@@ -1302,6 +1302,18 @@ version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e8ccc4ea9f6acc32d102c0f6d471d11d913ad15f20c04de743374861fa1d414"
[[package]]
name = "concord"
version = "1.0.2"
dependencies = [
"anyhow",
"data-encoding",
"hkdf",
"nostr",
"nostr-sdk",
"sha2 0.10.9",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"