Skip to content

Commit

Permalink
fix: back to plonky3 main branch (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirhemo authored Feb 26, 2024
1 parent 2f852ff commit 4e86f4a
Show file tree
Hide file tree
Showing 12 changed files with 250 additions and 250 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

38 changes: 19 additions & 19 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ debug = true
debug-assertions = true

[workspace.dependencies]
p3-air = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-field = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-commit = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-matrix = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-baby-bear = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-util = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-challenger = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-dft = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-fri = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-goldilocks = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-keccak = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-keccak-air = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-blake3 = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-mds = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-merkle-tree = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-poseidon2 = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-symmetric = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-uni-stark = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-maybe-rayon = { git = "https://github.com/succinctlabs/plonky3.git", branch = "tamir/new-hashing" }
p3-air = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-field = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-commit = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-matrix = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-baby-bear = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-util = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-challenger = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-dft = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-fri = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-goldilocks = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-keccak = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-keccak-air = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-blake3 = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-mds = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-merkle-tree = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-poseidon2 = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-symmetric = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-uni-stark = { git = "https://github.com/succinctlabs/plonky3.git" }
p3-maybe-rayon = { git = "https://github.com/succinctlabs/plonky3.git" }
Loading

0 comments on commit 4e86f4a

Please sign in to comment.