Skip to content

Commit

Permalink
README.md: linkify random blinding (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 1, 2023
1 parent d855f29 commit ab7b86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ only one minor finding which has since been addressed.
See the [open security issues] on our issue tracker for other known problems.
Notably the implementation of [modular exponentiation is not constant time],
but timing variability is masked using random blinding, a commonly used
but timing variability is masked using [random blinding], a commonly used
technique.
## Minimum Supported Rust Version (MSRV)
Expand Down Expand Up @@ -117,3 +117,4 @@ dual licensed as above, without any additional terms or conditions.
[audit]: https://www.opentech.fund/results/security-safety-audits/deltachat/
[open security issues]: https://github.com/RustCrypto/RSA/issues?q=is%3Aissue+is%3Aopen+label%3Asecurity
[modular exponentiation is not constant time]: https://github.com/RustCrypto/RSA/issues/19
[random blinding]: https://en.wikipedia.org/wiki/Blinding_(cryptography)

0 comments on commit ab7b86d

Please sign in to comment.