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

6 lines
184 B
C++

// (c) 2021-2024 The Johns Hopkins University Applied Physics Laboratory LLC (JHU/APL).
#include <vector>
std::vector<int> sumOfPo2s(int num);
std::vector<int> po2Decompose(int num);