|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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" |
Compute square root of a BN254 Fr (scalar field) element.
Definition at line 192 of file bbapi_ecc.hpp.
| Bn254FrSqrt::Response bb::bbapi::Bn254FrSqrt::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 73 of file bbapi_ecc.cpp.
| bb::bbapi::Bn254FrSqrt::MSGPACK_FIELDS | ( | input | ) |
|
default |
| bb::fr bb::bbapi::Bn254FrSqrt::input |
Definition at line 203 of file bbapi_ecc.hpp.
|
staticconstexpr |
Definition at line 193 of file bbapi_ecc.hpp.