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

#include <bbapi_ecc.hpp>

Public Member Functions

 MSGPACK_FIELDS (is_square_root, value)
 
bool operator== (const Response &) const =default
 

Public Attributes

bool is_square_root
 
bb::fr value
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Bn254FrSqrtResponse"
 

Detailed Description

Definition at line 195 of file bbapi_ecc.hpp.

Member Function Documentation

◆ MSGPACK_FIELDS()

bb::bbapi::Bn254FrSqrt::Response::MSGPACK_FIELDS ( is_square_root  ,
value   
)

◆ operator==()

bool bb::bbapi::Bn254FrSqrt::Response::operator== ( const Response ) const
default

Member Data Documentation

◆ is_square_root

bool bb::bbapi::Bn254FrSqrt::Response::is_square_root

Definition at line 197 of file bbapi_ecc.hpp.

◆ MSGPACK_SCHEMA_NAME

constexpr const char bb::bbapi::Bn254FrSqrt::Response::MSGPACK_SCHEMA_NAME[] = "Bn254FrSqrtResponse"
staticconstexpr

Definition at line 196 of file bbapi_ecc.hpp.

◆ value

bb::fr bb::bbapi::Bn254FrSqrt::Response::value

Definition at line 198 of file bbapi_ecc.hpp.


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