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

Compute square root of a BN254 Fr (scalar field) element. More...

#include <bbapi_ecc.hpp>

Classes

struct  Response
 

Public Member Functions

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

Public Attributes

bb::fr input
 

Static Public Attributes

static constexpr const char MSGPACK_SCHEMA_NAME [] = "Bn254FrSqrt"
 

Detailed Description

Compute square root of a BN254 Fr (scalar field) element.

Definition at line 192 of file bbapi_ecc.hpp.

Member Function Documentation

◆ execute()

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

Definition at line 73 of file bbapi_ecc.cpp.

◆ MSGPACK_FIELDS()

bb::bbapi::Bn254FrSqrt::MSGPACK_FIELDS ( input  )

◆ operator==()

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

Member Data Documentation

◆ input

bb::fr bb::bbapi::Bn254FrSqrt::input

Definition at line 203 of file bbapi_ecc.hpp.

◆ MSGPACK_SCHEMA_NAME

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

Definition at line 193 of file bbapi_ecc.hpp.


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