9 #ifndef MULTIEXP_STREAM_HPP_
10 #define MULTIEXP_STREAM_HPP_
25 template<form_t Form, compression_t Comp,
typename GroupT,
typename FieldT>
27 std::istream &base_elements_in,
const std::vector<FieldT> &exponents);
38 template<form_t Form, compression_t Comp,
typename GroupT,
typename FieldT>
40 std::istream &precomputed_elements_in,
41 const std::vector<FieldT> &exponents,
42 const size_t precompute_c);
48 #endif // MULTIEXP_STREAM_HPP_