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

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