lambdaclass / lambdaworks

lambdaworks offers implementations for both SNARKs and STARKs provers, along with the flexibility to leverage their individual components for constructing customized SNARKs.
https://lambdaclass.github.io/lambdaworks/
Apache License 2.0
625 stars 140 forks source link

Fix: STARK prover expression bug #908

Closed Einstellung closed 2 months ago

Einstellung commented 2 months ago

Optimizing Expressions in STARK Prover Documentation

Description

There is no need to provide "Open(pโ‚€(Dโ‚€), ๐œโ‚›)" and "Open(pโ‚–(Dโ‚–), ๐œโ‚›^(2แต))" to the verifier, as it can derive them by itself.

Type of change

Checklist