Skip to content

Latest commit

 

History

History
 
 

phase2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Phase 1

Distributed generation of powers of tau for Phase 1 of BGM17.

Also contains a binary which converts the Powers of Tau to Lagrange coefficients and allows Phase 2 to produce efficient A, B and L queries for the Groth16 SNARK.

  • Utilizes Zexe's algebra crate, meaning we support all available curves:
    • BLS12-377
    • BW6-761
    • ...
  • Memory footprint can be configured by adjusting batch-size via CLI and via environment variable RAYON_NUM_THREADS.

Disclaimer

This is a fork of a fork of a fork of a fork. Credits go to all of the corresponding authors for producing the original implementations.

License

This work is licensed under either of the following licenses, at your discretion.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.