9 #ifndef __LIBFF_ALGEBRA_CURVES_CURVE_SERIALIZATION_HPP__
10 #define __LIBFF_ALGEBRA_CURVES_CURVE_SERIALIZATION_HPP__
19 template<encoding_t Enc, form_t Form, compression_t Comp,
typename GroupT>
20 void group_read(GroupT &v, std::istream &in_s);
22 template<encoding_t Enc, form_t Form, compression_t Comp,
typename GroupT>
23 void group_write(
const GroupT &v, std::ostream &out_s);
29 #endif // __LIBFF_ALGEBRA_CURVES_CURVE_SERIALIZATION_HPP__