Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::crypto::KeccakHasher Struct Reference

#include <hashers.hpp>

Static Public Member Functions

static std::vector< uint8_t > hash (const std::vector< uint8_t > &message)
 

Static Public Attributes

static constexpr size_t BLOCK_SIZE = 64
 
static constexpr size_t OUTPUT_SIZE = 32
 

Detailed Description

Definition at line 17 of file hashers.hpp.

Member Function Documentation

◆ hash()

static std::vector< uint8_t > bb::crypto::KeccakHasher::hash ( const std::vector< uint8_t > &  message)
inlinestatic

Definition at line 20 of file hashers.hpp.

Member Data Documentation

◆ BLOCK_SIZE

constexpr size_t bb::crypto::KeccakHasher::BLOCK_SIZE = 64
staticconstexpr

Definition at line 18 of file hashers.hpp.

◆ OUTPUT_SIZE

constexpr size_t bb::crypto::KeccakHasher::OUTPUT_SIZE = 32
staticconstexpr

Definition at line 19 of file hashers.hpp.


The documentation for this struct was generated from the following file: