Skip to content

Commit

Permalink
feat: use standard bls12_381 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOLAND committed Jun 21, 2024
1 parent c105ac2 commit 5f4a3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ serde_derive = "1.0"
serde_yaml = { version = "0.9" }
sp1-derive = { git = "https://github.com/succinctlabs/sp1.git", branch = "main" }
once_cell = "1.19.0"
bls12_381 = { git = "https://github.com/0xWOLAND/bls12_381" }
regex = "1.10.5"
subtle = "2.2.1"
serde_json = "1.0.117"
const-chunks = "0.3.0"
bls12_381 = "0.8.0"

[features]
default = ["std"]
Expand Down

0 comments on commit 5f4a3ab

Please sign in to comment.