12 #ifndef LIBSNARK_SERIALIZATION_HPP_
13 #define LIBSNARK_SERIALIZATION_HPP_
15 #include <libff/common/serialization.hpp>
19 using libff::consume_newline;
20 using libff::consume_OUTPUT_NEWLINE;
21 using libff::consume_OUTPUT_SEPARATOR;
23 using libff::input_bool;
24 using libff::output_bool;
26 using libff::input_bool_vector;
27 using libff::output_bool_vector;
28 using libff::operator<<;
29 using libff::operator>>;
32 #endif // LIBSNARK_SERIALIZATION_HPP_