commit | bead71752e51ec9d1bb2d84b0a0cc958cce15606 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Sep 29 12:41:06 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Sep 29 12:41:06 2017 +0100 |
tree | da6a672ad4da4b85cc5aa550d70b48172698ca62 | |
parent | e1582a832b848b71aebe0ff0e0fa531cdc96b43e [diff] |
Correct typo in rsa.c
diff --git a/library/rsa.c b/library/rsa.c index ae4382b..d438247 100644 --- a/library/rsa.c +++ b/library/rsa.c
@@ -139,7 +139,7 @@ * several calculations are done in place and temporarily change * the values of D and E. * - * Specifically, D is replaced the largest odd divisor of DE - 1 + * Specifically, D is replaced by the largest odd divisor of DE - 1 * throughout the calculations. */