this repo has no description

tezos-bls12-381-polynomial not compatible with bls12-381 >= 6.0.0

FFT's have been removed in 6.0.0

Changed files
+3 -3
packages
tezos-bls12-381-polynomial
tezos-bls12-381-polynomial.0.1.0
tezos-bls12-381-polynomial.0.1.1
tezos-bls12-381-polynomial.0.1.2
+1 -1
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.0/opam
···
depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "2.8" }
-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
"data-encoding"
"alcotest" { with-test & >= "1.1.0" }
"qcheck-alcotest" { with-test }
···
depends: [
"ocaml" { >= "4.12.0" }
"dune" { >= "2.8" }
+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
"data-encoding"
"alcotest" { with-test & >= "1.1.0" }
"qcheck-alcotest" { with-test }
+1 -1
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.1/opam
···
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "2.8"}
-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}
···
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "2.8"}
+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}
+1 -1
packages/tezos-bls12-381-polynomial/tezos-bls12-381-polynomial.0.1.2/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
-
"bls12-381" {>= "4.0.0" & < "6.1.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.12.0"}
+
"bls12-381" {>= "4.0.0" & < "6.0.0"}
"data-encoding"
"alcotest" {with-test & >= "1.1.0"}
"qcheck-alcotest" {with-test}