Giter Club home page Giter Club logo

Comments (3)

OBrezhniev avatar OBrezhniev commented on September 4, 2024

Hi! Yes, you can safely share proving key with the verifier. It doesn't leak any knowledge about the witness.
It's up to the verifier to verify zkeys and vkeys, or get them from a repository / public registry where someone else has done that and just trust it.

from snarkjs.

Stentonian avatar Stentonian commented on September 4, 2024

Is there a faster approach?

The problem with this approach is that the snarkjs zkey verify command takes about as long as generating the zkey. So for large circuits this quickly becomes unrealistic for the verifier to do.

If there is no current faster approach, it might be useful to research one. I can't imagine it would be too difficult to figure out so maybe it's worth me having a go at figuring it out?

For more modern snarks.. is there even an issue with computational time? Or is it just g16?

from snarkjs.

OBrezhniev avatar OBrezhniev commented on September 4, 2024

Usually verifier would get the verification key from a trusted source and keep it.

If source is not trusted or just to be sure verifier may check that it corresponds to a specific circuit, but it's a one time procedure and after that there's no need in zkey (and r1cs) file on verifier side.

Then verifier just verifies proofs with the verification key stored locally.

from snarkjs.

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.