commit | 5d392579c216845c9489fd1760a5ace400f88ea2 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Mar 22 13:38:28 2017 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 11 11:13:19 2017 +0200 |
tree | ccd7d2285d0dab830ca67cf34f89fbe293af6b67 | |
parent | 98864d5c0b154eda7aeb2c2bffe7e7e1c97424bc [diff] |
Add exponent blinding to RSA without CRT The sliding window exponentiation algorithm is vulnerable to side-channel attacks. As a countermeasure we add exponent blinding in order to prevent combining the results of different measurements. This commits handles the case when the Chinese Remainder Theorem is NOT used to accelerate computations.