|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
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" |
Compute square root of a BN254 Fq (base field) element.
Definition at line 213 of file bbapi_ecc.hpp.
| Bn254FqSqrt::Response bb::bbapi::Bn254FqSqrt::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 79 of file bbapi_ecc.cpp.
| bb::bbapi::Bn254FqSqrt::MSGPACK_FIELDS | ( | input | ) |
|
default |
| bb::fq bb::bbapi::Bn254FqSqrt::input |
Definition at line 224 of file bbapi_ecc.hpp.
|
staticconstexpr |
Definition at line 214 of file bbapi_ecc.hpp.