Skip to content

Commit

Permalink
Merge pull request #25 from noislabs/upgrade-pairing
Browse files Browse the repository at this point in the history
Upgrade paring/bls12_381/ff/group
  • Loading branch information
webmaster128 committed Jul 19, 2023
2 parents cf80516 + 45550ef commit ff168f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crate-type = ["cdylib", "rlib"]
js = ["hex", "wasm-bindgen"]

[dependencies]
pairing = { version = "0.22.0" }
bls12_381 = { version = "0.7.1", features = ["experimental"] }
pairing = "0.23.0"
bls12_381 = { version = "0.8.0", features = ["experimental"] }
sha2 = "0.9.1" # Must be compatible with bls12_381, see https://github.com/zkcrypto/bls12_381/issues/102
hex = { version = "0.4", optional = true }
wasm-bindgen = { version = "0.2.83", optional = true }
Expand Down

0 comments on commit ff168f8

Please sign in to comment.