bindings.h 244 B

12345678910
  1. #ifndef OPENFHE_BINDINGS_H
  2. #define OPENFHE_BINDINGS_H
  3. #include <pybind11/pybind11.h>
  4. void bind_parameters(pybind11::module &m);
  5. void bind_crypto_context(pybind11::module &m);
  6. void bind_enums(pybind11::module &m);
  7. #endif // OPENFHE_BINDINGS_H