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

Reduce a 512-bit value modulo Secp256k1 scalar field. More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

std::array< uint8_t, 64 > input
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Secp256k1Reduce512"
 

Detailed Description

Reduce a 512-bit value modulo Secp256k1 scalar field.

Definition at line 172 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 65 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Secp256k1Reduce512::MSGPACK_FIELDS ( input  )

◆ operator==()

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

Member Data Documentation

◆ input

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

Definition at line 182 of file bbapi_ecc.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 173 of file bbapi_ecc.hpp.


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