mirror of
https://github.com/arnaucube/go-circom-prover-verifier.git
synced 2026-02-06 19:06:43 +01:00
Fix prover benchmark file paths, update readme, and other small updates
This commit is contained in:
@@ -17,6 +17,7 @@ type Vk struct {
|
||||
IC []*bn256.G1
|
||||
}
|
||||
|
||||
// Verify verifies the Groth16 zkSNARK proof
|
||||
func Verify(vk *types.Vk, proof *types.Proof, inputs []*big.Int) bool {
|
||||
if len(inputs)+1 != len(vk.IC) {
|
||||
fmt.Println("len(inputs)+1 != len(vk.IC)")
|
||||
|
||||
Reference in New Issue
Block a user