mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-01-07 07:43:07 +00:00
Pedersen guest programs for bn254, bls12-381, curve25519, secp256k1, jubjub, pallas, vesta.
12 lines
216 B
TOML
12 lines
216 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["host", "methods"]
|
|
|
|
# Always optimize; building and running the guest takes much longer without optimization.
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
lto = true
|