Files
powdr/openvm/guest-ecc-manual/Cargo.toml
2025-09-09 21:07:37 +00:00

16 lines
721 B
TOML

[workspace]
[package]
name = "openvm-ecc-test-programs"
version = "0.0.0"
edition = "2021"
[dependencies]
openvm = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26" }
openvm-ecc-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/ecc/guest", default-features = false }
openvm-algebra-guest = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "extensions/algebra/guest", default-features = false }
openvm-k256 = { git = "https://github.com/powdr-labs/openvm.git", rev="62c5d26", subdirectory = "guest-libs/k256", package = "k256", features = [
"ecdsa",
]}
hex-literal = { version = "0.4.1", default-features = false }