Skip to content

Commit

Permalink
Version 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai committed Mar 17, 2022
1 parent e4462eb commit a0fc0b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
- Added BGV scheme [(PR 283)](https://github.com/microsoft/SEAL/pull/283). Thanks, [Alibaba Gemini Lab](https://alibaba-gemini-lab.github.io/)!
- Added a new example "BGV basics" to native and dotnet.
- Loading objects serialized by Microsoft SEAL v3.4+ are supported.
- Updated versions of dependencies: GoogleTest from 1.10.0 to 1.11.0 and GoogleBenchmark from 1.5.2 to 1.6.0.

### Other Fixes

- Fixed an ambiguous comment [(PR 375)](https://github.com/microsoft/SEAL/pull/375).

### Major API Changes

- Added `seal::scheme_type::bgv`.
- Added a new public method `parms_id()` (native) to the class `EncryptionParameters`.
- Added a new public method `Create(...)` (native and dotnet) with three inputs in the class `CoeffModulus`.
- Added a new public method `correction_factor()` (native) or `CorrectionFactor()` (dotnet) to the class `Ciphertext`.
- Removed the friendship of the class `EncryptionParameters` to the class `SEALContext`.

### File Changes

Expand Down

0 comments on commit a0fc0b7

Please sign in to comment.