Finding and listing RNS primes for leveled RNS-CKKS.
For given
This code finds RNS primes that are appropriate to be used for RNS-CKKS. It also finds RNS primes for 32-bit RNS-CKKS with higher precision bits than 32.
To build my code, call
mkdir obj bin
make
This will build a binary file bin/prime.exe
.