You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the circom-prover depends on ark-works zkey, and proving key structure
so even when using witnesscalc and rapidsnark, it converts from json string to ark-works types
and it depends on ark-works crates
e.g.
Problem
Now the
circom-prover
depends on ark-works zkey, and proving key structureso even when using
witnesscalc
andrapidsnark
, it converts from json string to ark-works typesand it depends on ark-works crates
e.g.
mopro/circom-prover/src/prover/rapidsnark.rs
Line 112 in b2446b3
Details
witnesscalc
+rapidsnark
?mopro/circom-prover/Cargo.toml
Lines 29 to 38 in b2446b3
The text was updated successfully, but these errors were encountered: