summaryrefslogtreecommitdiffstats
path: root/libtommath/bn_mp_jacobi.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2006-12-01 00:08:09 (GMT)
committerkennykb <kennykb@noemail.net>2006-12-01 00:08:09 (GMT)
commit56fd1a5eb3a09b462e6ddc470f58f494df7907ff (patch)
treee79d541814ca440317f0079b20cc3f3dd3ad7031 /libtommath/bn_mp_jacobi.c
parent9423c24218ff331c7332b5064b430ea1211a44ff (diff)
downloadtcl-56fd1a5eb3a09b462e6ddc470f58f494df7907ff.zip
tcl-56fd1a5eb3a09b462e6ddc470f58f494df7907ff.tar.gz
tcl-56fd1a5eb3a09b462e6ddc470f58f494df7907ff.tar.bz2
Import of libtommath 0.39+
FossilOrigin-Name: e5fc0556e8c6a283df75a12157a3df78d9657f1a
Diffstat (limited to 'libtommath/bn_mp_jacobi.c')
-rw-r--r--libtommath/bn_mp_jacobi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtommath/bn_mp_jacobi.c b/libtommath/bn_mp_jacobi.c
index 8178454..cb7713d 100644
--- a/libtommath/bn_mp_jacobi.c
+++ b/libtommath/bn_mp_jacobi.c
@@ -12,7 +12,7 @@
* The library is free for all purposes without any express
* guarantee it works.
*
- * Tom St Denis, tomstdenis@iahu.ca, http://math.libtomcrypt.org
+ * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
*/
/* computes the jacobi c = (a | n) (or Legendre if n is prime)
@@ -101,5 +101,5 @@ LBL_A1:mp_clear (&a1);
#endif
/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/bn_mp_jacobi.c,v $ */
-/* $Revision: 1.1.1.2 $ */
-/* $Date: 2005/09/26 16:31:56 $ */
+/* $Revision: 1.1.1.3 $ */
+/* $Date: 2006/12/01 00:08:11 $ */