rust-paillier
rust-paillier copied to clipboard
optimize code against side-channel attacks
make sure implementation behaviour is uniform in respect to secret data
https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/
Note for future: decrypting using the CRT can lead to attack vulnerabilities, see various literature on RSA and CRT side channel attacks (including faulty decryption).