The unified diff between revisions [40ab3795..] and [66d004ad..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'bn_mp_cnt_lsb.c'
#
#
# patch "bn_mp_cnt_lsb.c"
# from [3d6446de20143460fada1208b56c20fdcb5a0f89]
# to [6a13ed21775156012c18bc7fe2a96a4b13668afe]
#
============================================================
--- bn_mp_cnt_lsb.c 3d6446de20143460fada1208b56c20fdcb5a0f89
+++ bn_mp_cnt_lsb.c 6a13ed21775156012c18bc7fe2a96a4b13668afe
@@ -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
*/
static const int lnz[16] = {
@@ -47,3 +47,7 @@ int mp_cnt_lsb(mp_int *a)
}
#endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_cnt_lsb.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */