Skip to content

Commit 29c5a43

Browse files
authored
keygen: add link to article
1 parent c5dee16 commit 29c5a43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keygen/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ the primes are coprime with 65537.
77

88
The number of composites, the distribution of their small divisors, and the
99
number of trailing zeros are all chosen to be representative of the expected
10-
average.
10+
average. See [this article](https://words.filippo.io/rsa-keygen-bench/)
11+
for more details.
1112

1213
This file can be used to reproducibly benchmark the average case of RSA key
1314
generation, which is otherwise drastically variable.

0 commit comments

Comments
 (0)