every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "ec-crypto"
version = "0.0.0"
edition.workspace = true
license.workspace = true
[dependencies]
blake3 = "1"
chacha20poly1305 = "0.10"
ed25519-dalek = { version = "2", features = ["pkcs8"] }
hex = "0.4"
ec-core = { path = "../ec-core" }