mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-10 21:17:58 -05:00
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.