mirror of
https://github.com/JHUAPL/openfhe-python-bindings.git
synced 2026-01-07 22:53:51 -05:00
15 lines
389 B
C++
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 |