Skip to content

Using SRS from ZCash MPC

Raphael Toledo requested to merge srs-json into master
  1. Adding function to import srs encoded as json in kzg.ml
  2. Updating setup_pp in polynomial_protocol.ml to import srs (instead of generating one)
  3. Adding script which given a power, downloads from ZCash the corresponding file, check its hash, extracts the srs and saves it

Merge request reports