Skip to content

Commit

Permalink
v3.0.4 release (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro7ech authored Apr 26, 2022
1 parent 76f5380 commit 593ae1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Changelog
All notable changes to this project will be documented in this file.

# [3.0.4] - UNREALEASED
## [3.0.4] - 2022-04-26

- CKKS: updated the bootstrapping circuit to use the key-encapsulation mechanism of `Bootstrapping for Approximate Homomorphic Encryption with Negligible Failure-Probability by Using Sparse-Secret Encapsulation`. The previous bootstrapping circuit can be run by setting `EphemeralSecretDensity=0`.

# [3.0.3] - UNREALEASED
- CKKS: updated the bootstrapping circuit to use the key-encapsulation mechanism of `Bootstrapping for Approximate Homomorphic Encryption with Negligible Failure-Probability by Using Sparse-Secret Encapsulation`. The previous bootstrapping circuit can be run by setting `EphemeralSecretWeight=0`.

- BFV: added the `Evaluator.Rescale` and `Evaluator.RescaleTo` methods to switch BFV ciphertexts to lower levels.
- BFV: all `Evaluator` methods on ciphertext support all arithmetic operations at lower levels, but require that operands are at the same level.
Expand Down

0 comments on commit 593ae1a

Please sign in to comment.