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