this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21732 from victor-dumitrescu/master

tezos-bls12-381-polynomial, tezos-plompiler, tezos-plonk 0.1.2

authored by

Kate and committed by
GitHub
b14fbbc7 d8713fee

+115
+38
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Polynomials over BLS12-381 finite field" 3 + maintainer: "privacy-team@nomadic-labs.com" 4 + authors: "Nomadic Labs Privacy Team" 5 + license: "MIT" 6 + homepage: "https://gitlab.com/nomadic-labs/privacy-team" 7 + bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues" 8 + depends: [ 9 + "dune" {>= "2.8"} 10 + "ocaml" {>= "4.12.0"} 11 + "bls12-381" {>= "4.0.0"} 12 + "data-encoding" 13 + "alcotest" {with-test & >= "1.1.0"} 14 + "qcheck-alcotest" {with-test} 15 + "bisect_ppx" {with-test} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + "@runtest" {with-test} 28 + ] 29 + ] 30 + dev-repo: "git+https://gitlab.com/nomadic-labs/privacy-team.git" 31 + url { 32 + src: 33 + "https://gitlab.com/nomadic-labs/privacy-team/-/archive/v0.1.2/privacy-team-v0.1.2.tar.gz" 34 + checksum: [ 35 + "md5=4b7cf2360bed71e9c869142e7e733a71" 36 + "sha512=206b26f5102ee9450450f89a77b2eaadf5fe276b5e36b10483f83aa884b199b819a28ca067ca38c471d74402fb9ee0e0abe21a1aad8e5dfc5b1543233e4ff7a9" 37 + ] 38 + }
+40
packages/tezos-plompiler/tezos-plompiler.0.1.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Library to write arithmetic circuits for Plonk" 3 + maintainer: "privacy-team@nomadic-labs.com" 4 + authors: "Nomadic Labs Privacy Team" 5 + license: "MIT" 6 + homepage: "https://gitlab.com/nomadic-labs/privacy-team" 7 + bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues" 8 + depends: [ 9 + "dune" {>= "2.8"} 10 + "ocaml" {>= "4.12.0"} 11 + "hacl-star" {>= "0.4.0"} 12 + "bls12-381" {>= "4.0.0"} 13 + "tezos-bls12-381-polynomial" {= version} 14 + "data-encoding" 15 + "hex" 16 + "stdint" 17 + "ff" 18 + "mec" {= "0.1.0"} 19 + ] 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + ] 31 + ] 32 + dev-repo: "git+https://gitlab.com/nomadic-labs/privacy-team.git" 33 + url { 34 + src: 35 + "https://gitlab.com/nomadic-labs/privacy-team/-/archive/v0.1.2/privacy-team-v0.1.2.tar.gz" 36 + checksum: [ 37 + "md5=4b7cf2360bed71e9c869142e7e733a71" 38 + "sha512=206b26f5102ee9450450f89a77b2eaadf5fe276b5e36b10483f83aa884b199b819a28ca067ca38c471d74402fb9ee0e0abe21a1aad8e5dfc5b1543233e4ff7a9" 39 + ] 40 + }
+37
packages/tezos-plonk/tezos-plonk.0.1.2/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Plonk zero-knowledge proving system" 3 + maintainer: "privacy-team@nomadic-labs.com" 4 + authors: "Nomadic Labs Privacy Team" 5 + license: "MIT" 6 + homepage: "https://gitlab.com/nomadic-labs/privacy-team" 7 + bug-reports: "https://gitlab.com/nomadic-labs/privacy-team/-/issues" 8 + depends: [ 9 + "dune" {>= "2.8"} 10 + "ocaml" {>= "4.12.0"} 11 + "hacl-star" {>= "0.4.0"} 12 + "bls12-381" {>= "4.0.0"} 13 + "data-encoding" 14 + "tezos-bls12-381-polynomial" {= version} 15 + "tezos-plompiler" {= version} 16 + ] 17 + build: [ 18 + ["dune" "subst"] {dev} 19 + [ 20 + "dune" 21 + "build" 22 + "-p" 23 + name 24 + "-j" 25 + jobs 26 + "@install" 27 + ] 28 + ] 29 + dev-repo: "git+https://gitlab.com/nomadic-labs/privacy-team.git" 30 + url { 31 + src: 32 + "https://gitlab.com/nomadic-labs/privacy-team/-/archive/v0.1.2/privacy-team-v0.1.2.tar.gz" 33 + checksum: [ 34 + "md5=4b7cf2360bed71e9c869142e7e733a71" 35 + "sha512=206b26f5102ee9450450f89a77b2eaadf5fe276b5e36b10483f83aa884b199b819a28ca067ca38c471d74402fb9ee0e0abe21a1aad8e5dfc5b1543233e4ff7a9" 36 + ] 37 + }