18std::ostream&
operator<<(std::ostream &,
const edwards_G1&);
19std::istream&
operator>>(std::istream &, edwards_G1&);
23#ifdef PROFILE_OP_COUNTS
24 static long long add_cnt;
25 static long long dbl_cnt;
86template<mp_
size_t m, const big
int<m>& modulus_p>
92std::ostream&
operator<<(std::ostream& out,
const std::vector<edwards_G1> &v);
93std::istream&
operator>>(std::istream& in, std::vector<edwards_G1> &v);
static bigint< n > field_char()
static size_t size_in_bits()
bigint< n > as_bigint() const
edwards_G1 add(const edwards_G1 &other) const
edwards_G1(const edwards_Fq &X, const edwards_Fq &Y)
void print_coordinates() const
static size_t size_in_bits()
edwards_G1 operator-() const
friend std::ostream & operator<<(std::ostream &out, const edwards_G1 &g)
void to_affine_coordinates()
bool is_well_formed() const
static std::vector< size_t > fixed_base_exp_window_table
friend std::istream & operator>>(std::istream &in, edwards_G1 &g)
edwards_G1 operator+(const edwards_G1 &other) const
static void batch_to_special_all_non_zeros(std::vector< edwards_G1 > &vec)
static edwards_G1 random_element()
bool operator==(const edwards_G1 &other) const
edwards_G1 mixed_add(const edwards_G1 &other) const
static edwards_G1 G1_zero
static bigint< base_field::num_limbs > base_field_char()
bool operator!=(const edwards_G1 &other) const
static std::vector< size_t > wnaf_window_table
static bigint< scalar_field::num_limbs > order()
std::istream & operator>>(std::istream &in, alt_bn128_G1 &g)
GroupT scalar_mul(const GroupT &base, const bigint< m > &scalar)
std::ostream & operator<<(std::ostream &out, const alt_bn128_G1 &g)
alt_bn128_G1 operator*(const bigint< m > &lhs, const alt_bn128_G1 &rhs)