barretenberg
Loading...
Searching...
No Matches
Classes
proof_system::plonk::widget::getters Namespace Reference

Getters are various classes that are used to retrieve / query various object needed during the proof. More...

Classes

class  BaseGetter
 Implements loading challenges from the transcript and computing powers of α, which is later used in widgets. More...
 
class  EvaluationGetter
 Implements loading polynomial openings from transcript in addition to BaseGetter's loading challenges from the transcript and computing powers of α More...
 
class  FFTGetter
 Provides access to polynomials (monomial or coset FFT) for use in widgets. More...
 

Detailed Description

Getters are various classes that are used to retrieve / query various object needed during the proof.

You can query: Challenges; Polynomial evaluations; Polynomials is monomial form; Polynomials in lagrange form;