Clearmatics Libsnark  0.1
C++ library for zkSNARK proofs
libsnark_serialization.hpp
Go to the documentation of this file.
1 
12 #ifndef LIBSNARK_SERIALIZATION_HPP_
13 #define LIBSNARK_SERIALIZATION_HPP_
14 
15 #include <libff/common/serialization.hpp>
16 
17 namespace libsnark
18 {
19 using libff::consume_newline;
20 using libff::consume_OUTPUT_NEWLINE;
21 using libff::consume_OUTPUT_SEPARATOR;
22 
23 using libff::input_bool;
24 using libff::output_bool;
25 
26 using libff::input_bool_vector;
27 using libff::output_bool_vector;
28 using libff::operator<<;
29 using libff::operator>>;
30 } // namespace libsnark
31 
32 #endif // LIBSNARK_SERIALIZATION_HPP_
libsnark
Definition: accumulation_vector.hpp:18