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

3
Cargo.lock generated
View file

@ -751,6 +751,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
"generic-array",
"rand_core 0.6.4",
"typenum",
]
@ -1524,10 +1525,12 @@ dependencies = [
name = "geth-cas"
version = "0.1.0"
dependencies = [
"aes-gcm",
"blake3",
"geth-codec",
"geth-types",
"hex",
"rand 0.9.4",
"serde",
"tempfile",
"thiserror 2.0.18",