feat: replace private cas envelope

This commit is contained in:
Eric Wendland 2026-07-05 23:02:59 +02:00
commit 63ea36bb51
10 changed files with 193 additions and 89 deletions

View file

@ -6,8 +6,10 @@ rust-version.workspace = true
license.workspace = true
[dependencies]
aes-gcm.workspace = true
blake3.workspace = true
hex.workspace = true
rand.workspace = true
serde.workspace = true
thiserror.workspace = true
geth-codec = { path = "../geth-codec" }