Skip to content

Commit

Permalink
Typo fixes in CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaine committed Jul 15, 2020
1 parent f6c2d32 commit c9af10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Bug fixes

- Fixed a bug where setting a PRNG factory to use a constant seed did actually not result in determistic ciphertexts of public keys.
The problem was that the specified PRNG factory was not used to create a PRNG, but instead a fresh (secure) PRNG was always created and used.
- Fixed a bug where setting a PRNG factory to use a constant seed did not result in deterministic ciphertexts or public keys.
The problem was that the specified PRNG factory was not used to sample the uniform part of the RLWE sample(s), but instead a fresh (secure) PRNG was always created and used.
- Fixed a bug where the `parms_id` of a `Plaintext` was not cleared correctly before resizing in `Decryptor::bfv_decrypt`.
As a result, a plaintext in NTT form could not be used as the destination for decrypting a BFV ciphertext.

Expand Down

0 comments on commit c9af10d

Please sign in to comment.