Files
Petar Ivanov 48f5db37cf Fix reencrypt()'s return value
Add a missing `reencrypted = new bytes(maxCiphertextBytesLen)` line in
the implementation of reencrypt. Not having it leads to a
correctly-sized output, but the contents are incorrect - most of the
resulting ciphertext serialization bytes are zeroes.
2023-05-05 18:01:26 +03:00
..
2023-04-24 11:44:03 -04:00
2023-05-05 18:01:26 +03:00