Files
openfhe-python-bindings/include/ckks/bindings.hpp
2025-03-22 23:31:20 -04:00

15 lines
389 B
C++

// (c) 2021-2024 The Johns Hopkins University Applied Physics Laboratory LLC (JHU/APL).
#ifndef CKKS_OPENFHE_PYTHON_BINDINGS_H
#define CKKS_OPENFHE_PYTHON_BINDINGS_H
namespace pyOpenFHE_CKKS {
void export_CKKS_Ciphertext_boost();
void export_CKKS_CryptoContext_boost();
void export_CKKS_serialization_boost();
void export_he_cnn_functions_boost();
} // namespace pyOpenFHE_CKKS
#endif