mirror of
https://github.com/arnaucube/gnark-plonky2-verifier.git
synced 2026-01-12 00:51:33 +01:00
feat: Plonk optimizations (#39)
* Fixed poseidion hash TOOD in fri/fri.go * optimized goldilocks * Another optimization * Down to 16 million * Finished TODOs
This commit is contained in:
@@ -25,8 +25,6 @@ type PlonkChip struct {
|
||||
}
|
||||
|
||||
func NewPlonkChip(api frontend.API, commonData types.CommonCircuitData) *PlonkChip {
|
||||
// TODO: Should degreeBits be verified that it fits within the field and that degree is within uint64?
|
||||
|
||||
// Create the gates based on commonData GateIds
|
||||
createdGates := []gates.Gate{}
|
||||
for _, gateId := range commonData.GateIds {
|
||||
|
||||
Reference in New Issue
Block a user