Skip to content

Commit

Permalink
remove go warpper for poseidon over bn254
Browse files Browse the repository at this point in the history
  • Loading branch information
dloghin committed Sep 27, 2024
1 parent 63ec18d commit b268fe3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 184 deletions.
2 changes: 0 additions & 2 deletions maybe_rayon/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(not(std), no_std)]

#[cfg(not(feature = "parallel"))]
extern crate alloc;

Expand Down
85 changes: 0 additions & 85 deletions plonky2/build.rs

This file was deleted.

Binary file removed plonky2/poseidon_bn128/libposeidon-permute-c.a
Binary file not shown.
94 changes: 0 additions & 94 deletions plonky2/poseidon_bn128/libposeidon-permute-c.h

This file was deleted.

1 change: 0 additions & 1 deletion plonky2/poseidon_bn128/wrapper.h

This file was deleted.

4 changes: 2 additions & 2 deletions plonky2/src/hash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ pub mod merkle_tree;
pub mod path_compression;
pub mod poseidon;
pub mod poseidon2;
// pub mod poseidon_bn128;
// mod poseidon_bn128_ops;
pub mod poseidon_bn128;
mod poseidon_bn128_ops;
pub mod poseidon_goldilocks;

0 comments on commit b268fe3

Please sign in to comment.