Skip to content

Commit

Permalink
fix merkle test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 6, 2024
1 parent b9c7e6c commit 9c00a6d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions parallel-crypto3/libs/parallel-containers/test/merkle/merkle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@

#define BOOST_TEST_MODULE containter_merkletree_test

#include <chrono>
#include <cstdio>
#include <limits>
#include <type_traits>
#include <cstdint>

#include <nil/crypto3/algebra/random_element.hpp>
#include <nil/crypto3/algebra/type_traits.hpp>
#include <nil/crypto3/hash/block_to_field_elements_wrapper.hpp>
Expand All @@ -35,6 +41,7 @@
#include <nil/crypto3/hash/keccak.hpp>
#include <nil/crypto3/hash/pedersen.hpp>
#include <nil/crypto3/hash/poseidon.hpp>
#include <nil/crypto3/hash/algorithm/hash.hpp>

#include <nil/crypto3/container/merkle/tree.hpp>
#include <nil/crypto3/container/merkle/proof.hpp>
Expand All @@ -43,12 +50,6 @@
#include <boost/test/data/test_case.hpp>
#include <boost/test/data/monomorphic.hpp>

#include <chrono>
#include <cstdio>
#include <limits>
#include <type_traits>
#include <nil/crypto3/hash/algorithm/hash.hpp>

using namespace nil::crypto3;
using namespace nil::crypto3::containers;

Expand Down

0 comments on commit 9c00a6d

Please sign in to comment.