binfhe_bindings.h 298 B

12345678910
  1. #ifndef BINFHE_BINDINGS_H
  2. #define BINFHE_BINDINGS_H
  3. #include <pybind11/pybind11.h>
  4. void bind_binfhe_enums(pybind11::module &m);
  5. void bind_binfhe_context(pybind11::module &m);
  6. void bind_binfhe_keys(pybind11::module &m);
  7. void bind_binfhe_ciphertext(pybind11::module &m);
  8. #endif // BINFHE_BINDINGS_H