#include <bn128_pairing.hpp>
Definition at line 22 of file bn128_pairing.hpp.
◆ operator==()
Definition at line 22 of file bn128_pairing.cpp.
25 this->
P[0] == other.P[0] && this->P[1] == other.P[1] &&
26 this->P[2] == other.P[2]);
◆ operator<<
Definition at line 29 of file bn128_pairing.cpp.
31 for (
size_t i = 0; i < 3; ++i) {
33 out << prec_P.P[i] <<
"\n";
35 out.write((
char *)&prec_P.P[i],
sizeof(prec_P.P[i]));
◆ operator>>
Definition at line 41 of file bn128_pairing.cpp.
43 for (
size_t i = 0; i < 3; ++i) {
48 in.read((
char *)&prec_P.P[i],
sizeof(prec_P.P[i]));
bn::Fp libff::bn128_ate_G1_precomp::P[3] |
The documentation for this struct was generated from the following files: