commit | bb1e6888c9d656cd30896a09e9b10082833f4386 | [log] [tgz] |
---|---|---|
author | Janos Follath <janos.follath@arm.com> | Wed Mar 22 15:13:15 2017 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu May 11 11:22:51 2017 +0200 |
tree | 779cfbf54ecf3a56106c18e17499d8d83b09d00d | |
parent | 5d392579c216845c9489fd1760a5ace400f88ea2 [diff] |
Add exponent blinding to RSA with 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 commit handles the case when the Chinese Remainder Theorem is used to accelerate the computation.