Clearmatics Libff
0.1
C++ library for Finite Fields and Elliptic Curves
|
#include "libff/algebra/serialization.hpp"
#include <cstddef>
#include <vector>
#include "libff/algebra/scalar_multiplication/multiexp_stream.tcc"
Go to the source code of this file.
Namespaces | |
libff | |
Functions | |
template<form_t Form, compression_t Comp, typename GroupT , typename FieldT > | |
GroupT | libff::multi_exp_stream (std::istream &base_elements_in, const std::vector< FieldT > &exponents) |
template<form_t Form, compression_t Comp, typename GroupT , typename FieldT > | |
GroupT | libff::multi_exp_stream_with_precompute (std::istream &precomputed_elements_in, const std::vector< FieldT > &exponents, const size_t precompute_c) |
Definition in file multiexp_stream.hpp.