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

#include <hashers.hpp>

Static Public Member Functions

static auto 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 39 of file hashers.hpp.

Member Function Documentation

◆ hash()

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

Definition at line 42 of file hashers.hpp.

Member Data Documentation

◆ BLOCK_SIZE

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

Definition at line 40 of file hashers.hpp.

◆ OUTPUT_SIZE

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

Definition at line 41 of file hashers.hpp.


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