commit | b0c5edcc2f7108604c179e68057ffa8e46d51026 | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Wed Aug 23 22:16:10 2017 +0100 |
committer | Hanno Becker <hanno.becker@arm.com> | Wed Aug 23 22:16:10 2017 +0100 |
tree | 43ebd50d652a9b34d0e6b8433e39bf66ff113d59 | |
parent | ab3773123c80c7895f50377def0be42f1d1d6269 [diff] |
Correct typo in rsa.h
diff --git a/include/mbedtls/rsa.h b/include/mbedtls/rsa.h index 0deff00..6e07bfd 100644 --- a/include/mbedtls/rsa.h +++ b/include/mbedtls/rsa.h
@@ -79,7 +79,7 @@ /** * \brief Compute RSA prime moduli P, Q from public modulus N=PQ -& and a pair of private and public key. + * and a pair of private and public key. * * \note This is a 'static' helper function not operating on * an RSA context. Alternative implementations need not