Sunscreen
Sunscreen copied to clipboard
Signed values panic when decoding results in overflow (debug mode).
I ran into this when decoding ciphertexts that exceeded noise budget. We now return an error when decryption errors for this reason.
In release mode, you just get garbage.
We should probably move the internal storage type for Signed/Unsigned to BigInt to eliminate overflow and impl TryFrom to convert to i64/u64.
Is it still an issue?
@kpp This has not been fixed.