mirror of
https://github.com/JHUAPL/openfhe-python-bindings.git
synced 2026-01-09 15:38:04 -05:00
14 lines
346 B
C++
14 lines
346 B
C++
// (c) 2021-2024 The Johns Hopkins University Applied Physics Laboratory LLC (JHU/APL).
|
|
|
|
#ifndef BGV_PALISADE_PYTHON_BINDINGS_H
|
|
#define BGV_PALISADE_PYTHON_BINDINGS_H
|
|
|
|
namespace pyOpenFHE_BGV {
|
|
|
|
void export_BGV_Ciphertext_boost();
|
|
void export_BGV_CryptoContext_boost();
|
|
void export_BGV_serialization_boost();
|
|
|
|
} // namespace pyOpenFHE_BGV
|
|
|
|
#endif |