Dedicated crate for the Schnorr contract

This commit is contained in:
Luke Parker
2024-09-15 00:41:16 -04:00
parent bdf89f5350
commit 1c5bc2259e
20 changed files with 389 additions and 222 deletions

20
Cargo.lock generated
View File

@@ -2483,6 +2483,26 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "ethereum-schnorr-contract"
version = "0.1.0"
dependencies = [
"alloy-core",
"alloy-node-bindings",
"alloy-provider",
"alloy-rpc-client",
"alloy-rpc-types-eth",
"alloy-simple-request-transport",
"alloy-sol-types",
"build-solidity-contracts",
"group",
"k256",
"rand_core",
"sha3",
"subtle",
"tokio",
]
[[package]]
name = "ethereum-serai"
version = "0.1.0"