OpenCBDC Transaction Processor
|
#include "hash.hpp"
#include <cstring>
#include <ethash/keccak.hpp>
#include <iomanip>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | cbdc |
Functions | |
auto | cbdc::keccak_data (const void *data, size_t len) -> hash_t |
Calculates the Keccak256 hash of the specified data. | |