diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-03-14 13:17:42 (GMT) |
commit | e37816295674d1f53f8a42ed360885bfd7b1bb26 (patch) | |
tree | aab3e98644bbfdde7cee9e7d0644843efc3b481b /libtommath/bn_mp_is_square.c | |
parent | d7240e068504daa6bd88d4997196572f848e29ad (diff) | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.zip tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.gz tcl-e37816295674d1f53f8a42ed360885bfd7b1bb26.tar.bz2 |
Revert previous commit: I was not aware that we have a fork of libtommathmistake_20110314a
Diffstat (limited to 'libtommath/bn_mp_is_square.c')
-rw-r--r-- | libtommath/bn_mp_is_square.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libtommath/bn_mp_is_square.c b/libtommath/bn_mp_is_square.c index 50c5244..926b449 100644 --- a/libtommath/bn_mp_is_square.c +++ b/libtommath/bn_mp_is_square.c @@ -12,7 +12,7 @@ * The library is free for all purposes without any express * guarantee it works. * - * Tom St Denis, tomstdenis@gmail.com, http://libtom.org + * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com */ /* Check if remainders are possible squares - fast exclude non-squares */ @@ -103,7 +103,3 @@ ERR:mp_clear(&t); return res; } #endif - -/* $Source: /cvs/libtom/libtommath/bn_mp_is_square.c,v $ */ -/* $Revision: 1.4 $ */ -/* $Date: 2006/12/28 01:25:13 $ */ |