Release 3.6.3
New Features
- Added support to build Microsoft SEAL out of the box with emscripten (PR 306).
- Added support to build Microsoft SEAL with Intel HEXL as an optional dependency (PR 312).
Other
- Improved the error message when attempting to configure with
BUILD_SHARED_LIBS=ON
andSEAL_BUILD_SEAL_C=ON
(Issue 284). - Added
seal::random_bytes
function in randomgen.h. - Removed redundant
is_metadata_valid_for
invocations reported in (Issue 313). - Minor bug fixes