Changes
- Switched to using RNS rounding instead of RNS flooring to fix the CKKS
accuracy issue reported in issue 52. - Added support for QUIET option in CMake (
find_package(seal QUIET)
). - Using
[[nodiscard]]
attribute when compiling as C++17. - Fixed a bug in
Evaluator::multiply_many
where the input vector was changed.