-
Notifications
You must be signed in to change notification settings - Fork 1.2k
bls12-381-legacy 0.4.4 #20215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mseri
merged 1 commit into
ocaml:master
from
dannywillems:opam-publish-bls12-381-bls12-381-gen-bls12-381-js-bls12-381-js-gen-bls12-381-legacy-bls12-381-unix.0.4.4
Dec 17, 2021
Merged
bls12-381-legacy 0.4.4 #20215
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
opam-version: "2.0" | ||
synopsis: "Functors to generate BLS12-381 primitives based on stubs" | ||
description: "Functors to generate BLS12-381 primitives based on stubs" | ||
maintainer: "Danny Willems <[email protected]>" | ||
authors: "Danny Willems <[email protected]>" | ||
license: "MIT" | ||
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" | ||
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
"dune" {>= "2.8.4"} | ||
"ff-sig" {>= "0.6.1" & < "0.7.0"} | ||
"zarith" {>= "1.10" & < "2.0"} | ||
"bisect_ppx" {with-test & >= "2.5"} | ||
] | ||
build: ["dune" "build" "-j" jobs "-p" name "@install"] | ||
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" | ||
url { | ||
src: | ||
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.4-legacy/ocaml-bls12-381-0.4.4-legacy.tar.bz2" | ||
checksum: [ | ||
"md5=a2051b5842a2deeb10ad99c57a7ea443" | ||
"sha512=3e2669baf621304bbe14bcb53ab128d01577b98f13bec497953328c8605c9dc5667c873b680e087dd240362ee77b0f15d1d4bbe60dd67a2dc4b8b64838189d6a" | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
opam-version: "2.0" | ||
synopsis: | ||
"UNIX version of BLS12-381 primitives. Not implementating the virtual package bls12-381" | ||
description: | ||
"This package should only be used if newer versions of bls12-381 conflict with this version. This package should be considered as legacy and should never be used." | ||
maintainer: "Danny Willems <[email protected]>" | ||
authors: "Danny Willems <[email protected]>" | ||
license: "MIT" | ||
homepage: "https://gitlab.com/dannywillems/ocaml-bls12-381" | ||
bug-reports: "https://gitlab.com/dannywillems/ocaml-bls12-381/issues" | ||
depends: [ | ||
"ocaml" {>= "4.08"} | ||
"conf-rust" {build} | ||
"dune" {>= "2.8.4"} | ||
"dune-configurator" {build} | ||
"ff-sig" {>= "0.6.1" & < "0.7.0"} | ||
"zarith" {>= "1.10" & < "2.0"} | ||
"ctypes" {>= "0.18.0" & < "0.19.0"} | ||
"bls12-381-gen" {= version} | ||
"tezos-rust-libs" {= "1.1"} | ||
"alcotest" {with-test} | ||
"ff-pbt" {>= "0.6.0" & < "0.7.0" & with-test} | ||
] | ||
build: ["dune" "build" "-j" jobs "-p" name "@install"] | ||
run-test: ["dune" "runtest" "-p" name "-j" jobs] | ||
dev-repo: "git+https://gitlab.com/dannywillems/ocaml-bls12-381.git" | ||
url { | ||
src: | ||
"https://gitlab.com/dannywillems/ocaml-bls12-381/-/archive/0.4.4-legacy/ocaml-bls12-381-0.4.4-legacy.tar.bz2" | ||
checksum: [ | ||
"md5=a2051b5842a2deeb10ad99c57a7ea443" | ||
"sha512=3e2669baf621304bbe14bcb53ab128d01577b98f13bec497953328c8605c9dc5667c873b680e087dd240362ee77b0f15d1d4bbe60dd67a2dc4b8b64838189d6a" | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that arm32 is not supported:
Is that expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Presumably related to rust-lang/compiler-builtins#353
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hhugo Do you reckon that we shuold let it fail without restriction since this could be fixed at rust level at some point? I would be fine with this tbh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds fine to me.