| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 752 Bytes | |
| Release 4.3.2 source code.tar.gz | 2026-05-01 | 601.3 kB | |
| Release 4.3.2 source code.zip | 2026-05-01 | 791.3 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
- Switched the macOS install RPATH to loader-relative (
@loader_path) and disabledCMAKE_INSTALL_RPATH_USE_LINK_PATH. No effect on the default static build or the NuGet artifact. - Tightened
dotnet/nuget/SEALNet.targetsto matchiossimulator-arm64only; Intel Mac iOS-simulator targets are not supported. SEAL_SECURE_COMPILE_OPTIONS(defaultOFF) now also enables stack canaries, libstdc++/libc++ hardening, and ELF link-time hardening on GCC/Clang.- Documented in
decryptor.handDecryptor.csthatinvariant_noise_budgetcan leak information about the secret key on attacker-chosen ciphertexts and is unreliable as a correctness signal once the noise exceedsq/2(issue [#742]).