Giter Site home page Giter Site logo

Comments (3)

str4d avatar str4d commented on August 22, 2024

The core Rust changes for this were made in #65, so all that is necessary is to enable librustzcash_init_zksnark_params() to be called without the Sprout parameters. It should be doable by interpreting a null pointer for the Sprout parameter path as "we don't want this one loaded".

At the same time, we should internalise the hashes instead of passing them in, because they aren't ever going to change (passing them through was only beneficial during development prior to the MPC). This would simplify the librustzcash_init_zksnark_params() API to just be the paths.

from librustzcash.

str4d avatar str4d commented on August 22, 2024

Opened #106 for internalising the hashes.

from librustzcash.

leto avatar leto commented on August 22, 2024

FYI, HUSH maintains a trivial patch on top of the stock librustzcash to prevent the need for sprout-groth16, so our itch is scratched:

https://github.com/MyHush/hush3/blob/master/depends/patches/librustzcash/no-groth16.patch

from librustzcash.

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.