Skip to content

Commit

Permalink
chore: rename poseidon2 crate to poseidon2-air (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Jul 8, 2024
1 parent d0eb92e commit 4355d16
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
"logical-interface",
"vm",
"vm/bin",
"poseidon2",
"poseidon2-air",
]
resolver = "2"

Expand Down Expand Up @@ -55,7 +55,7 @@ p3-maybe-rayon = { git = "https://github.com/Plonky3/Plonky3.git", rev = "95e56f
"parallel",
] }
p3-bn254-fr = { git = "https://github.com/Plonky3/Plonky3.git", rev = "95e56fa" }
zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git", rev = "bb476b9"}
zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git", rev = "bb476b9" }

# For local development. Add to your `.cargo/config.toml`
# [patch."https://github.com/Plonky3/Plonky3.git"]
Expand Down
2 changes: 1 addition & 1 deletion poseidon2/Cargo.toml → poseidon2-air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "poseidon2"
name = "poseidon2-air"
version.workspace = true
authors.workspace = true
edition.workspace = true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4355d16

Please sign in to comment.