Skip to content

Commit 74a9dbf

Browse files
h-filaliJohann Heyszl
andcommitted
[doc,rsa] Correct minor detail about RSA cryptolib hardening doc
Co-authored-by: Johann Heyszl <[email protected]> Signed-off-by: Hakim Filali <[email protected]>
1 parent 61b2ad3 commit 74a9dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/security/cryptolib/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following software-based countermeasures are implemented:
6666

6767
### RSA
6868
Modular exponentiation is the core operation for both RSA encryption/sign and key generation.
69-
It is implemented as a constant-time Montgomery Ladder with Boolean-masked exponents and blinded base points as detailed in the following works:
69+
It is implemented as a constant-time Montgomery Ladder with Boolean-masked exponents and blinded message as detailed in the following works:
7070

7171
- https://eprint.iacr.org/2018/1226.pdf
7272
- https://dl.acm.org/doi/10.1145/1873548.1873556

0 commit comments

Comments
 (0)