Coder Social home page Coder Social logo

v0.5 release goals about winterfell HOT 5 CLOSED

facebook avatar facebook commented on April 28, 2024
v0.5 release goals

from winterfell.

Comments (5)

maxgillett avatar maxgillett commented on April 28, 2024

It could be nice to also lift the restriction on the number of auxiliary segments in this release. The required changes are in these commits: maxgillett@4d5490f, maxgillett@f48ac44, and maxgillett@463ee45, but a test case for the library is still missing.

For the third point do you mean custom divisors? I've implemented constraint-specific transition exemptions in maxgillett@6169c6d, but it might be better for performance to make this segment-specific if there isn't a need to specify exemptions at a more granular level. There is some discussion of it in #91 (comment).

from winterfell.

irakliyk avatar irakliyk commented on April 28, 2024

It could be nice to also lift the restriction on the number of auxiliary segments in this release.

Added!

For the third point do you mean custom divisors?

I actually meant something different: right now constraint evaluation is shared between prover and verifier (the logic is provide via evaluate_transition() functions etc. from the Air trait). This is nice because we have to write constraint evaluation logic only once and both the prover and the verifier can use it. But it also limits optimization opportunities in the prover where we know we are working with base field elements and could apply various optimizations based on that.

So, I was thinking of adding something like evaluate_constraints() function to the Prover trait. The default implementation of this function would cover these lines but then the implementers would be free to override this implementation with something different.

from winterfell.

cryptopunkchina avatar cryptopunkchina commented on April 28, 2024

Hi, I wonder how the the ARK1 and ARK2 generated for rp64-256 come from? I run the algorithm 5 from https://eprint.iacr.org/2020/1143.pdf can not generate the same ARK1 and ARK2

from winterfell.

matthiasgoergens avatar matthiasgoergens commented on April 28, 2024

When is distributed proving coming?

from winterfell.

irakliyk avatar irakliyk commented on April 28, 2024

Superseded by #154

from winterfell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.