Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include <cstdint>
#include <libff/algebra/curves/public_params.hpp>
#include <libff/algebra/fields/bigint.hpp>
#include <libff/algebra/curves/curve_utils.tcc>
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) |
Definition in file curve_utils.hpp.