Files
openfhe-python-bindings/include/ckks/bindings.hpp
Vikram Saraph faaeae212d Initial commit
2025-01-09 11:29:13 -05:00

15 lines
391 B
C++

// (c) 2021-2024 The Johns Hopkins University Applied Physics Laboratory LLC (JHU/APL).
#ifndef CKKS_PALISADE_PYTHON_BINDINGS_H
#define CKKS_PALISADE_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