Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

2 participants