Clearmatics Libff  0.1
C++ library for Finite Fields and Elliptic Curves
Namespaces | Functions | Variables
curve_utils.hpp File Reference
#include <cstdint>
#include <libff/algebra/curves/public_params.hpp>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/curves/curve_utils.tcc>
Include dependency graph for curve_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 libff
 

Functions

template<typename GroupT , mp_size_t m>
GroupT libff::scalar_mul (const GroupT &base, const bigint< m > &scalar)
 
template<typename GroupT >
GroupT libff::g1_curve_point_at_x (const typename GroupT::base_field &x)
 
template<typename GroupT >
GroupT libff::g2_curve_point_at_x (const typename GroupT::twist_field &x)
 

Variables

template<typename GroupT >
decltype(((GroupT *) nullptr) ->X) libff::curve_point_y_at_x (const decltype(((GroupT *) nullptr) ->X) &x)
 

Detailed Description

Author
This file is part of libff, developed by SCIPR Lab and contributors (see AUTHORS).

Definition in file curve_utils.hpp.