commit | 56bae95e1d3528d4c562293c915c74ea8762505c | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Fri Sep 29 15:33:10 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Fri Sep 29 15:43:49 2017 +0100 |
tree | 2cfb02d59f941f6e6acbbb9290379970faf21525 | |
parent | 4b2f691691ebd72f82fd34ae1216a676e9e766aa [diff] [blame] |
Improve style and documentation, fix typo
diff --git a/library/rsa.c b/library/rsa.c index d438247..bb456df 100644 --- a/library/rsa.c +++ b/library/rsa.c
@@ -152,7 +152,7 @@ uint16_t order; /* Order of 2 in DE - 1 */ mbedtls_mpi K; /* Temporary used for two purposes: - * - During factorization attempts, stores a andom integer + * - During factorization attempts, stores a random integer * in the range of [0,..,N] * - During verification, holding intermediate results. */