commit | 60d41b5d87dd1b13a7cd43b91cf26ca8da01f781 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Wed Oct 14 22:56:44 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Tue Oct 27 10:28:11 2015 +0100 |
tree | f99c685ba5c552bda5f73cec5d7c3835b884b9d0 | |
parent | 6bfa1d826e3b80ff8f437e1f932d50e4a9c6f432 [diff] [blame] |
Corrected URL/reference to MPI library
diff --git a/library/bignum.c b/library/bignum.c index 628a6ee..58a4cd2 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -22,7 +22,7 @@ * This MPI implementation is based on: * * http://www.cacr.math.uwaterloo.ca/hac/about/chap14.pdf - * http://www.stillhq.com/extracted/gnupg-api/mbedtls_mpi/ + * http://www.stillhq.com/extracted/gnupg-api/mpi/ * http://math.libtomcrypt.com/files/tommath.pdf */