Skip to content

Commit

Permalink
refactor(rln/zerokit): move poseidon to separate utils crate
Browse files Browse the repository at this point in the history
  • Loading branch information
s1fr0 committed Sep 27, 2022
1 parent 7a5ec59 commit e19b4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub mod poseidon;
pub use self::poseidon::*;

pub mod merkle_tree;
pub use self::merkle_tree::*;
pub use self::merkle_tree::*;

0 comments on commit e19b4ea

Please sign in to comment.