benchmark works now

This commit is contained in:
Uma Roy
2023-10-11 15:20:42 -07:00
parent 3aef7954ed
commit ca5d0904d1
3 changed files with 27 additions and 19 deletions

View File

@@ -15,11 +15,11 @@ import (
)
type Chip struct {
api frontend.API `gnark:"-"`
gl gl.Chip `gnark:"-"`
poseidonBN254Chip *poseidon.BN254Chip
commonData *types.CommonCircuitData
friParams *types.FriParams `gnark:"-"`
api frontend.API `gnark:"-"`
gl gl.Chip `gnark:"-"`
poseidonBN254Chip *poseidon.BN254Chip `gnark:"-"`
commonData *types.CommonCircuitData `gnark:"-"`
friParams *types.FriParams `gnark:"-"`
}
func NewChip(