Skip to content

Commit

Permalink
modified use of BtreeSet and HashMap from ark_std crate
Browse files Browse the repository at this point in the history
Co-authored-by: Pratyush Mishra <[email protected]>
  • Loading branch information
intx4 and Pratyush authored Jan 18, 2024
1 parent ff2de46 commit 5548bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merkle_tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
use ark_std::borrow::Borrow;
use ark_std::hash::Hash;
use ark_std::vec::Vec;
use std::collections::{BTreeSet, HashMap};
use ark_std::collections::{BTreeSet, HashMap};

#[cfg(test)]
mod tests;
Expand Down

0 comments on commit 5548bd7

Please sign in to comment.