package tezos-plonk

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

Install

Dune Dependency

Authors

Maintainers

Sources

privacy-team-v0.1.1.tar.gz
md5=0f4bb3bb889efa92aea1749e274384f6
sha512=258be93d533de7331c56ffdfc2275ebf7bdc4f10c5ba3e4fe0758147edbbedcf9a5f2e107e45738723b8eda7c405daaec0907d0b6a4193b485301544963f3088

Description

Published: 30 Jun 2022

README

README.md

To setup correctly your local environment run the script ./scripts/install_build_deps.sh which will take care of creating a local opam directory _opam and installing:

  • the right Rust version

  • the right OCaml version

  • the system dependencies

  • opam build and test dependencies.

The CI uses the same script so it's easier to make sure that it matches your local setup. The CI's first job launches the installation script and then caches the resulting _opam. Following jobs will then download the cache and run. The first job exists immediately if it detects that the cache is already populated.

The cache can be cleared clicking "Clear runner caches" under pipelines, and it's important to do so if any *.opam files or .gitlab-ci.yml have changed. A pipeline w/o cache takes 18 minutes vs 5 minutes for one with cache.

The cache contains also the dune directory _build so that it is shared between branches and MRs to avoid re-building code or re-running tests that haven't changed.

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