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

Compute square root of a BN254 Fq (base field) element. More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

bb::fq input
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Bn254FqSqrt"
 

Detailed Description

Compute square root of a BN254 Fq (base field) element.

Definition at line 213 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 79 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Bn254FqSqrt::MSGPACK_FIELDS ( input  )

◆ operator==()

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

Member Data Documentation

◆ input

bb::fq bb::bbapi::Bn254FqSqrt::input

Definition at line 224 of file bbapi_ecc.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 214 of file bbapi_ecc.hpp.


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