Skip to content

Commit c9af10d

Browse files
committed
Typo fixes in CHANGES.md
1 parent f6c2d32 commit c9af10d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
### Bug fixes
66

7-
- Fixed a bug where setting a PRNG factory to use a constant seed did actually not result in determistic ciphertexts of public keys.
8-
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.
7+
- Fixed a bug where setting a PRNG factory to use a constant seed did not result in deterministic ciphertexts or public keys.
8+
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.
99
- Fixed a bug where the `parms_id` of a `Plaintext` was not cleared correctly before resizing in `Decryptor::bfv_decrypt`.
1010
As a result, a plaintext in NTT form could not be used as the destination for decrypting a BFV ciphertext.
1111

0 commit comments

Comments
 (0)