quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

feat(verification): verify that a zkey is valid #337

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Given a PoT, R1CS and zKey file, this helper function will verify the validity of such key. Unit tests are included.