Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::Keccak256 Class Reference

#include <keccak256.hpp>

Static Public Member Functions

static void getHash (const std::uint8_t msg[], std::size_t len, std::uint8_t hashResult[HASH_LEN])
 

Static Public Attributes

static constexpr int HASH_LEN = 32
 

Member Function Documentation

◆ getHash()

void dcn::Keccak256::getHash ( const std::uint8_t  msg[],
std::size_t  len,
std::uint8_t  hashResult[HASH_LEN] 
)
static

Member Data Documentation

◆ HASH_LEN

constexpr int dcn::Keccak256::HASH_LEN = 32
staticconstexpr

The documentation for this class was generated from the following files: