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_dr_setup.c | |
parent | d7240e068504daa6bd88d4997196572f848e29ad (diff) | |
parent | 8f3d2ff6163cce22d1c9b8c00a0051a9164fed0d (diff) | |
download | tcl-mistake_20110314a.zip tcl-mistake_20110314a.tar.gz tcl-mistake_20110314a.tar.bz2 |
Revert previous commit: I was not aware that we have a fork of libtommathmistake_20110314a
Diffstat (limited to 'libtommath/bn_mp_dr_setup.c')
-rw-r--r-- | libtommath/bn_mp_dr_setup.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libtommath/bn_mp_dr_setup.c b/libtommath/bn_mp_dr_setup.c index 1d7d856..de00e2d 100644 --- a/libtommath/bn_mp_dr_setup.c +++ b/libtommath/bn_mp_dr_setup.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 */ /* determines the setup value */ @@ -26,7 +26,3 @@ void mp_dr_setup(mp_int *a, mp_digit *d) } #endif - -/* $Source: /cvs/libtom/libtommath/bn_mp_dr_setup.c,v $ */ -/* $Revision: 1.4 $ */ -/* $Date: 2006/12/28 01:25:13 $ */ |