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

Reduce a 512-bit value modulo Grumpkin scalar field (BN254 Fr) More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

Response execute (BBApiRequest &request) &&
 
 MSGPACK_FIELDS (input)
 
bool operator== (const GrumpkinReduce512 &) const =default
 

Public Attributes

std::array< uint8_t, 64 > input
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "GrumpkinReduce512"
 

Detailed Description

Reduce a 512-bit value modulo Grumpkin scalar field (BN254 Fr)

Definition at line 110 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 44 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::GrumpkinReduce512::MSGPACK_FIELDS ( input  )

◆ operator==()

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

Member Data Documentation

◆ input

std::array<uint8_t, 64> bb::bbapi::GrumpkinReduce512::input

Definition at line 120 of file bbapi_ecc.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 111 of file bbapi_ecc.hpp.


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