* initial commit
* most of the code done
* made global poseidon chip
* changed decompSize and added some panics
* made all gl chip as pointers
* working code
* revert go.mod and go.sum
* cleanup and comments
* cleaned up range checker selection
* renamed gnarkRangeCheckSelector to gnarkRangeCheckerSelector
* addressed PR comment
* addressed overflow issue identified by Veridise
* added some comments
* fixed some comment typos
* restore change made from commit hash 85d20ce and 9617141
* gl
* stage 1 optimizations
* working optimized poseidon
* Fix posedion tests
* in progress gate type refactor
* working gates
* working e2e
* hm'
* hm2
* debug saga continues
* more debugging cry
* more debug
* it finally works
* optimizations
* more optimizations
* new changes
* more optimizations
* more cleanup
* some refactoring
* new files
* flattening of packages
* working commit
* more refactor
* more flattening
* more flattening
* more more refactor
* more optimizations
* more optimizations
* more optimizations
* plonk benchmark
* plonk
* fix r1cs
* resolve kevin's comments
* Update goldilocks/base.go
Co-authored-by: Kevin Jue <kjue235@gmail.com>
* Update goldilocks/base.go
Co-authored-by: Kevin Jue <kjue235@gmail.com>
* Update goldilocks/base.go
Co-authored-by: Kevin Jue <kjue235@gmail.com>
* Update goldilocks/quadratic_extension.go
Co-authored-by: Kevin Jue <kjue235@gmail.com>
* fix: resolve kevin's confusion
---------
Co-authored-by: Kevin Jue <kjue235@gmail.com>
* cleaned up qe api
* modified goldilocks poseidon to use optimized goldilocks operations
* better comment
* added goldilocks test cases
* some cleanup and comments
* changed poseidon constaints to frontend.Variable
* fixed double cast
* fixed bug in challenger
* initial commit of poseidon bn128
* got challenger working
* deserialize is working
* cleaned up deserialization function a bit
* fixed challenger
* add in the hack to the challenges
* fixed some bugs in poseidon_bn128
* fri verification is working
* some changes for benchmarking
* added decode_block plonky2 data
* initial commit for poseidon_mds_gate
* updated gate test cases
* working poseidon mds gate
* full verifier test case working