Wildmeshing Toolkit
merkle_tree.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <nlohmann/json.hpp>
3 
4 
5 namespace wmtk::utils {
6 class Hashable;
7 nlohmann::json merkle_tree(const Hashable& m);
8 } // namespace wmtk::utils
nlohmann::json merkle_tree(const Hashable &hashable)
Definition: merkle_tree.cpp:6
nlohmann::json json
Definition: input.cpp:9