Skip to content

Commit

Permalink
blst update
Browse files Browse the repository at this point in the history
  • Loading branch information
sauliusgrigaitis committed Feb 15, 2024
1 parent 5e4383c commit f1e540d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions 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 arkworks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
kzg = { path = "../kzg", default-features = false }
ark-std = { version = "^0.4.0", default-features = false }
ark-ff = { version = "^0.4.2", default-features = false, features = [ "asm" ] }
Expand Down
2 changes: 1 addition & 1 deletion blst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
kzg = { path = "../kzg", default-features = false }
libc = { version = "0.2.148", default-features = false }
once_cell = { version = "1.18.0", features = ["critical-section"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion kzg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
sha2 = { version = "0.10.6", default-features = false }
num_cpus = { version = "1.16.0", optional = true }
rayon = { version = "1.8.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion mcl/kzg-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
rust-kzg-mcl = { path = '../kzg' }
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
kzg = { path = "../../kzg" }
kzg-bench = { path = "../../kzg-bench" }

Expand Down
2 changes: 1 addition & 1 deletion mcl/kzg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
cc = "1.0"
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
kzg = { path = "../../kzg" }
primitive-types = "0.12.0"
rayon = { version = "1.5.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion zkcrypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
blst = "0.3.11"
blst = { git="https://github.com/supranational/blst", rev="0d46eefa45fc1e57aceb42bba0e84eab3a7a9725" }
kzg = { path = "../kzg", default-features = false }
bls12_381 = { path = "../zkcrypto/bls12_381" }
ff = { version = "0.13", features = ["derive"] }
Expand Down

0 comments on commit f1e540d

Please sign in to comment.