Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
Go to the documentation of this file.
29 bn::Fp12::mul(result.
elem, this->elem, other.
elem);
36 bn::Fp6::neg(result.
elem.b_, result.
elem.b_);
47 out.write((
char *)&g.
elem.a_,
sizeof(g.
elem.a_));
48 out.write((
char *)&g.
elem.b_,
sizeof(g.
elem.b_));
60 in.read((
char *)&g.
elem.a_,
sizeof(g.
elem.a_));
61 in.read((
char *)&g.
elem.b_,
sizeof(g.
elem.b_));
std::istream & operator>>(std::istream &in, alt_bn128_G1 &g)
bool operator==(const bn128_GT &other) const
bn128_GT operator*(const bn128_GT &other) const
void consume_OUTPUT_SEPARATOR(std::istream &in)
std::ostream & operator<<(std::ostream &out, const alt_bn128_G1 &g)
bool operator!=(const bn128_GT &other) const
bn128_GT unitary_inverse() const