rust-paillier icon indicating copy to clipboard operation
rust-paillier copied to clipboard

optimize code against side-channel attacks

Open omershlo opened this issue 6 years ago • 2 comments

make sure implementation behaviour is uniform in respect to secret data

omershlo avatar Jun 13 '18 10:06 omershlo

https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/

gbenattar avatar Jun 14 '18 08:06 gbenattar

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).

mortendahl avatar Jun 15 '18 09:06 mortendahl