Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
hash_types.hpp
Go to the documentation of this file.
1
// === AUDIT STATUS ===
2
// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3
// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4
// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5
// =====================
6
7
/* ethash: C/C++ implementation of Ethash, the Ethereum Proof of Work algorithm.
8
* Copyright 2018-2019 Pawel Bylica.
9
* Licensed under the Apache License, Version 2.0.
10
*/
11
12
#pragma once
13
14
#include <stdint.h>
15
16
#ifdef __cplusplus
17
extern
"C"
{
18
#endif
19
20
struct
keccak256
{
21
uint64_t
word64s
[4];
22
};
23
24
#ifdef __cplusplus
25
}
26
#endif
keccak256
Definition
hash_types.hpp:20
keccak256::word64s
uint64_t word64s[4]
Definition
hash_types.hpp:21
src
barretenberg
crypto
keccak
hash_types.hpp
Generated by
1.9.8