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

Compute Blake2s hash. More...

#include <bbapi_crypto.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (data)
 
bool operator== (const Blake2s &) const =default
 

Public Attributes

std::vector< uint8_t > data
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Blake2s"
 

Detailed Description

Compute Blake2s hash.

Definition at line 147 of file bbapi_crypto.hpp.

Member Function Documentation

◆ execute()

Blake2s::Response bb::bbapi::Blake2s::execute ( BBApiRequest request) &&

Definition at line 64 of file bbapi_crypto.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Blake2s::MSGPACK_FIELDS ( data  )

◆ operator==()

bool bb::bbapi::Blake2s::operator== ( const Blake2s ) const
default

Member Data Documentation

◆ data

std::vector<uint8_t> bb::bbapi::Blake2s::data

Definition at line 157 of file bbapi_crypto.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::Blake2s::MSGPACK_SCHEMA_NAME[] = "Blake2s"
staticconstexpr

Definition at line 148 of file bbapi_crypto.hpp.


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