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
groth16 zkey parsing is now multithreaded, added multithreaded g1/2_vec_from_reader
share_rep3 and share_shamir interfaces changed
new config implementation, config option to allow leaking of secret values in logs (#132)
Adds a method to the ArkworksPairingBridge trait
the function signature of the two run methods of the witness extension now changed. To retrieve the shared witness now another call into_shared_witness() is necessary.
Add the possibility to specify another curve in the co-circom binary
Add possibility to use Shamir secret sharing for proofing and
Features
add deserialization of plonk circom types (d1f0d4d)
Add Plonk to the co-circom binary (#147) (ff05a2e)
Add possibility to use Shamir secret sharing for proofing and (6205475)
Add runtime information to the co-circom binary (84f2c6d)
Add the possibility to specify another curve in the co-circom binary (fdd6bf2)
can now retrieve certain outputs after witness extension by name (d9e3399)
groth16 zkey parsing is now multithreaded, added multithreaded g1/2_vec_from_reader (b1e46f7)