Skip to content

Commit 7dc2c8f

Browse files
committed
Bump plonky3 version
1 parent 2ea9dbb commit 7dc2c8f

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

Cargo.toml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ spongefish-derive = { path = "derive" }
6666
spongefish-poseidon2 = { path = "poseidon2" }
6767
spongefish-circuit = { path = "circuit" }
6868
# p256 = "^0.13"
69-
p3-baby-bear = "^0.4"
70-
p3-field = "^0.4"
71-
p3-koala-bear = "^0.4"
72-
p3-mersenne-31 = "^0.4"
73-
p3-poseidon2 = "^0.4"
74-
p3-symmetric = "^0.4"
69+
p3-baby-bear = "^0.4.1"
70+
p3-field = "^0.4.1"
71+
p3-koala-bear = "^0.4.1"
72+
p3-mersenne-31 = "^0.4.1"
73+
p3-poseidon2 = "^0.4.1"
74+
p3-symmetric = "^0.4.1"
7575
pallas = "^0.32"
7676
rand = "^0.8.5"
7777
rayon = "^1.10.0"
@@ -85,20 +85,3 @@ serde_json = "1.0"
8585
spin = { version = "0.9", default-features = false, features = ["rwlock"] }
8686

8787

88-
# Un-comment below for pulling zkp libraries from git.
89-
[patch.crates-io]
90-
# ark-std = { git = "https://github.com/arkworks-rs/utils" }
91-
# ark-ec = { git = "https://github.com/arkworks-rs/algebra" }
92-
# ark-ff = { git = "https://github.com/arkworks-rs/algebra" }
93-
# ark-serialize = { git = "https://github.com/arkworks-rs/algebra" }
94-
# ark-bls12-381 = { git = "https://github.com/arkworks-rs/algebra" }
95-
# ark-curve25519 = { git = "https://github.com/arkworks-rs/algebra" }
96-
# ark-pallas = { git = "https://github.com/arkworks-rs/algebra" }
97-
# ark-vesta = { git = "https://github.com/arkworks-rs/algebra" }
98-
p3-baby-bear = { git = "https://github.com/Plonky3/Plonky3" }
99-
p3-dft = { git = "https://github.com/Plonky3/Plonky3" }
100-
p3-koala-bear = { git = "https://github.com/Plonky3/Plonky3" }
101-
p3-mersenne-31 = { git = "https://github.com/Plonky3/Plonky3" }
102-
p3-poseidon2 = { git = "https://github.com/Plonky3/Plonky3" }
103-
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3" }
104-
p3-field = { git = "https://github.com/Plonky3/Plonky3" }

0 commit comments

Comments
 (0)