Skip to content

Commit

Permalink
Revert "add poseidon"
Browse files Browse the repository at this point in the history
This reverts commit ab3e294.
  • Loading branch information
liuxiaobleach committed Jul 17, 2024
1 parent ab3e294 commit fa97dd6
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2,616 deletions.
2 changes: 0 additions & 2 deletions plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ plonky2_field = { version = "0.2.2", path = "../field", default-features = false
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false }
plonky2_util = { version = "0.2.0", path = "../util", default-features = false }

ff = { package = "ff", version = "0.13", features = ["derive"] }
lazy_static = "1.4.0"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
getrandom = { version = "0.2", default-features = false, features = ["js"] }
Expand Down
2 changes: 0 additions & 2 deletions plonky2/src/plonk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ mod validate_shape;
pub(crate) mod vanishing_poly;
pub mod vars;
pub mod verifier;

pub mod wrapper;
4 changes: 0 additions & 4 deletions plonky2/src/plonk/wrapper/mod.rs

This file was deleted.

236 changes: 0 additions & 236 deletions plonky2/src/plonk/wrapper/plonky2_config.rs

This file was deleted.

Loading

0 comments on commit fa97dd6

Please sign in to comment.