|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Decompress a BN254 G1 point from compressed form. More...
#include <bbapi_ecc.hpp>
Classes | |
| struct | Response |
Public Member Functions | |
| Response | execute (BBApiRequest &request) && |
| MSGPACK_FIELDS (compressed) | |
| bool | operator== (const Bn254G1FromCompressed &) const =default |
Public Attributes | |
| std::array< uint8_t, 32 > | compressed = {} |
Static Public Attributes | |
| static constexpr const char | MSGPACK_SCHEMA_NAME [] = "Bn254G1FromCompressed" |
Decompress a BN254 G1 point from compressed form.
Definition at line 296 of file bbapi_ecc.hpp.
| Bn254G1FromCompressed::Response bb::bbapi::Bn254G1FromCompressed::execute | ( | BBApiRequest & | request | ) | && |
Definition at line 114 of file bbapi_ecc.cpp.
| bb::bbapi::Bn254G1FromCompressed::MSGPACK_FIELDS | ( | compressed | ) |
|
default |
| std::array<uint8_t, 32> bb::bbapi::Bn254G1FromCompressed::compressed = {} |
Definition at line 306 of file bbapi_ecc.hpp.
|
staticconstexpr |
Definition at line 297 of file bbapi_ecc.hpp.