mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-07 15:53:12 +00:00
14 lines
336 B
TOML
14 lines
336 B
TOML
[package]
|
|
name = "ped_secp256k1_guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "^2.1.0", default-features = false, features = ['std', 'unstable'] }
|
|
k256 = "0.13.3"
|
|
|
|
[patch.crates-io]
|
|
k256 = { git = "https://github.com/risc0/RustCrypto-elliptic-curves", tag = "k256/v0.13.3-risczero.1" }
|