12345678910 |
- #ifndef OPENFHE_SERIALIZATION_BINDINGS_H
- #define OPENFHE_SERIALIZATION_BINDINGS_H
- #include <pybind11/pybind11.h>
- using namespace lbcrypto;
- template <typename ST>
- bool SerializeEvalMultKeyWrapper(const std::string& filename, const ST& sertype, std::string id);
- #endif // OPENFHE_SERIALIZATION_BINDINGS_H
|