mirror of
https://github.com/JHUAPL/openfhe-python-bindings.git
synced 2026-01-08 23:18:01 -05:00
6 lines
184 B
C++
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); |