We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19628b commit fc62f36Copy full SHA for fc62f36
std/permutation/poseidon2/gkr.go
@@ -305,7 +305,7 @@ func (p *GkrCompressions) finalize(api frontend.API) error {
305
if err != nil {
306
return err
307
}
308
-
+
309
// connect to output
310
// TODO can we save 1 constraint per instance by giving the desired outputs to the gkr api?
311
solution, err := gkrApi.Solve(api)
0 commit comments