You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
- Merged [(PR #734)](https://github.com/microsoft/SEAL/pull/734): Fixed `IterTuple` constructors that returned references to local temporaries.
6
6
- Merged [(PR #738)](https://github.com/microsoft/SEAL/pull/738): Fixed out-of-bounds read in `Serialization_IsCompatibleVersion` and `Serialization_IsValidHeader` (C API).
7
+
- Fixed undefined behavior in CKKS encoding reported in [(issue #732)](https://github.com/microsoft/SEAL/issues/732) by [Wowblk](https://github.com/Wowblk), and other instances of a similar broken pattern.
7
8
- Bumped .NET target framework from `net8.0` to `net10.0`.
9
+
- Updated dependency versions: Google Benchmark to 1.9.5, GoogleTest to 1.17.0, MSGSL to 4.2.1, zlib to 1.3.2.
8
10
- Added `cmake/ios_xcframework.cmake` and a CI artifact that produces `libseal-<ver>.xcframework` and `libsealc-<ver>.xcframework` in one command.
9
11
- Added `CMakePresets.json` for Windows, Linux, and macOS development.
10
12
- No further releases will be published to NuGet.org. Users who want newer versions in .NET projects should build their own NuGet package from source.
0 commit comments