serialization.h 305 B

12345678910
  1. #ifndef OPENFHE_SERIALIZATION_BINDINGS_H
  2. #define OPENFHE_SERIALIZATION_BINDINGS_H
  3. #include <pybind11/pybind11.h>
  4. using namespace lbcrypto;
  5. template <typename ST>
  6. bool SerializeEvalMultKeyWrapper(const std::string& filename, const ST& sertype, std::string id);
  7. #endif // OPENFHE_SERIALIZATION_BINDINGS_H