Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

add claim_polynomials function here. #700

Open
recmo opened this issue May 11, 2020 · 0 comments
Open

add claim_polynomials function here. #700

recmo opened this issue May 11, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented May 11, 2020

On 2020-05-11 @z2trillion wrote in ae65587 “Mason/claim polynomial (#690)”:

add claim_polynomials function here.

    /// can be set.
    fn polynomial_size(&self) -> usize;

    fn constraints(&self, claim: &Self::Claim) -> Vec<RationalExpression>;

    // TODO: add claim_polynomials function here.

    fn trace<P: PolynomialWriter>(&self, trace: &mut P, witness: &Self::Witness);

    /// Construct a trace table
    fn trace_table(&self, witness: &Self::Witness) -> TraceTable {

From crypto/stark/src/component/mod.rs:67

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels May 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

2 participants