package tezos-plonk

  1. Overview
  2. Docs
Plonk zero-knowledge proving system

Install

Dune Dependency

Authors

Maintainers

Sources

download
md5=a15bd71843d2581df8f416aa686f8a4a
sha256=adf68d3d1da30245459ccfe7cca8b9e1396b7f7d14f328db98ace9d4bdd7e39b
sha512=2cc2a645da7667b4cc6c49759aa8332d7372f0c05ca1cb693d6c324fbb6a48e2ee895c494dd6da58443a113d48a4c3935eaea9acf50c1cee4818eaa7852a6564

Description

Published: 14 Jun 2022

README

README.md

make sure to remove and unpin polynomial, polynomial-sig and plonk, then opam should install all the necessary dependencies.

opam install .

Otherwise you can manually pin:

opam pin add polynomial-sig.dev git+https://gitlab.com/dannywillems/ocaml-polynomial.git#61639af77c2737c117c837bd77d3a54f20627bd6
opam pin add polynomial.dev git+https://gitlab.com/dannywillems/ocaml-polynomial.git#61639af77c2737c117c837bd77d3a54f20627bd6

Dependencies (6)

  1. tezos-bls12-381-polynomial = version
  2. data-encoding
  3. bls12-381 >= "4.0.0"
  4. hacl-star >= "0.4.0"
  5. dune >= "2.8"
  6. ocaml >= "4.12.0"

Dev Dependencies

None

Used by (1)

  1. tezos-protocol-environment = "14.0"

Conflicts

None