YPC
0.2.0
include
ypc
corecommon
crypto
example
eth_hash.h
1
#pragma once
2
#include <cstdint>
3
class
eth_hash
{
4
public
:
5
static
uint32_t sha3_256(
const
uint8_t *msg, uint32_t msg_size,
6
uint8_t *hash);
7
8
static
uint32_t get_msg_hash_size();
9
10
static
uint32_t msg_hash(
const
uint8_t *raw_msg, uint32_t msg_size,
11
uint8_t *hash, uint32_t hash_size);
12
};
13
eth_hash
Definition:
eth_hash.h:3
Generated by
1.8.17