Skip to content

Commit

Permalink
Minor edits to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Dai authored and kimlaine committed Oct 17, 2019
1 parent 8bed5e0 commit 15b2ad0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Version 3.4.1

- Fixed mistake in `native/src/CMakeConfig.cmd` where the CMake library search path
suffix was incompatible with the instructions given in `README.md`.
- Corrected ZLIB support instructions for Windows in `README.md`.
This patch fixes a few issues with ZLIB support on Windows. Specifically,

- Fixed a mistake in `native/src/CMakeConfig.cmd` where the CMake library search path
suffix was incorrect.
- Switched to using a static version of ZLIB on Windows.
- Corrected instructions in [README.md](README.md) for enabling ZLIB support on Windows.

## Version 3.4.0

Expand Down Expand Up @@ -45,9 +48,9 @@ plaintext message is multiplied with the flooring of the coefficient modulus div
modulus, the new method reduces the noise introduced in encryption, increases a noise budget of a
fresh encryption, slightly slows down encryption, and has no impact on the security at all.

- Merged [PR 62](https://github.com/microsoft/SEAL/pull/62) that uses a NAF decomposition for
random rotations to perform them in a minimal way from power-of-two rotations in both directions.
This improves performance for random rotations.
- Merged [PR 62](https://github.com/microsoft/SEAL/pull/62) that uses a non-adjacent form (NAF)
decomposition of random rotations to perform them in a minimal way from power-of-two rotations in
both directions. This improves performance of random rotations.

### API Changes

Expand Down
2 changes: 1 addition & 1 deletion dotnet/nuget/SEALNet.nuspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>Microsoft SEAL</title>
<authors>Microsoft Research</authors>
<owners>Microsoft Corporation</owners>
<projectUrl>https://sealcrypto.org</projectUrl>
<projectUrl>http://sealcrypto.org</projectUrl>
<license type="file">LICENSE</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Microsoft SEAL is an easy-to-use and powerful open source homomorphic encryption library, developed by researchers in the Cryptography and Privacy Research Group at Microsoft Research. Microsoft SEAL is licensed under the MIT license.</description>
Expand Down

0 comments on commit 15b2ad0

Please sign in to comment.