mirror of
https://github.com/logos-blockchain/lssa-zkvm-testing.git
synced 2026-05-02 15:43:09 +00:00
Pedersen guest programs for bn254, bls12-381, curve25519, secp256k1, jubjub, pallas, vesta.
14 lines
261 B
TOML
14 lines
261 B
TOML
[package]
|
|
name = "nullifier_guest"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
risc0-zkvm = { version = "^2.1.0", default-features = false, features = ['std'] }
|
|
jubjub = "0.10.0"
|
|
group = "0.13.0"
|
|
light-poseidon = "0.3.0"
|
|
ark-bn254 = "0.5.0"
|