Features
- Improved the performance of
Evaluator::multiply
,Evaluator::multiply_inplace
, andEvaluator::square
in the BFV scheme for default parameters with degree4096
or higher. - Improved the performance of decryption (PR 363).
- Updated to HEXL version 1.2.1 (PR 375).
- Added more benchmark cases (PR 379).
Minor API Changes
const
methods inSEALContext
andSEALContext::ContextData
classes that used to return a pointer or reference now have a preceedingconst
qualifier.
Bug Fixes
- Fixed failed tests on PowerPC architecture (Issue 360).