OpenCBDC Transaction Processor
Loading...
Searching...
No Matches
hash.cpp File Reference
#include "hash.hpp"
#include <cstring>
#include <ethash/keccak.hpp>
#include <iomanip>
#include <vector>
Include dependency graph for parsec/agent/runners/evm/hash.cpp:

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.