package tezos-bls12-381-polynomial

  1. Overview
  2. Docs
Polynomials over BLS12-381 finite field

Install

Dune Dependency

Authors

Maintainers

Sources

privacy-team-v0.1.3.tar.gz
md5=f4d396b1c5d18f05f3c40460c66ab749
sha512=a9559de5a925ffaad6fe79fb25981bcefb007edd1c599155a42e7729a1639c8cdf06f38428a70d70e7c70ac2d1b4ebc63b702c189be4b5042e7e23c7c90b6d01

Description

Published: 04 Aug 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 (5)

  1. bigstringaf >= "0.5.0"
  2. data-encoding
  3. bls12-381 >= "4.0.0" & < "6.1.0"
  4. ocaml >= "4.12.0"
  5. dune >= "2.8"

Dev Dependencies (4)

  1. odoc with-doc
  2. bisect_ppx with-test
  3. qcheck-alcotest with-test
  4. alcotest with-test & >= "1.1.0"

Used by (3)

  1. tezos-crypto-dal < "16.0"
  2. tezos-plompiler = "0.1.3"
  3. tezos-plonk = "0.1.3"

Conflicts

None