Skip to content

Commit

Permalink
upgrade halo2curves to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Jan 23, 2024
1 parent 499ba16 commit f77cba5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ rand_core = { version = "0.6", default-features = false }
rand_chacha = "0.3"
subtle = "2.5"
pasta_curves = { version = "0.5", features = ["repr-c", "serde"] }
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
neptune = { version = "13.0.0", default-features = false }
generic-array = "0.14"
num-bigint = { version = "0.4", features = ["serde", "rand"] }
Expand All @@ -39,13 +40,9 @@ itertools = "0.12.0"
[target.'cfg(any(target_arch = "x86_64", target_arch = "aarch64"))'.dependencies]
pasta-msm = { version = "0.1.4" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
halo2curves = { version = "0.5.0", features = ["bits", "derive_serde"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
# see https://github.com/rust-random/rand/pull/948
getrandom = { version = "0.2.0", default-features = false, features = ["js"] }
halo2curves = { version = "0.5.0", default-features = false, features = ["bits", "derive_serde"] }

[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
Expand Down

0 comments on commit f77cba5

Please sign in to comment.