Skip to content

Commit 9278e78

Browse files
authored
sync upstream p3 fix of aarch64 (#880)
with cherry-pick fixed commit https://github.com/scroll-tech/Plonky3/commits/feat/fix_bug/
1 parent fd571cf commit 9278e78

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ itertools = "0.13"
3737
num-bigint = { version = "0.4.6" }
3838
num-derive = "0.4"
3939
num-traits = "0.2"
40-
p3-baby-bear = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
41-
p3-challenger = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
42-
p3-field = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
43-
p3-goldilocks = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
44-
p3-matrix = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
45-
p3-maybe-rayon = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
46-
p3-mds = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
47-
p3-poseidon = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
48-
p3-poseidon2 = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
49-
p3-symmetric = { git = "https://github.com/scroll-tech/plonky3", rev = "8d2be81" }
40+
p3-baby-bear = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
41+
p3-challenger = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
42+
p3-field = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
43+
p3-goldilocks = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
44+
p3-matrix = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
45+
p3-maybe-rayon = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
46+
p3-mds = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
47+
p3-poseidon = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
48+
p3-poseidon2 = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
49+
p3-symmetric = { git = "https://github.com/scroll-tech/plonky3", rev = "20c3cb9" }
5050
paste = "1"
5151
plonky2 = "0.2"
5252
poseidon = { path = "./poseidon" }

0 commit comments

Comments
 (0)