The unified diff between revisions [2b4b13ac..] and [1c2b7d38..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'bn_mp_count_bits.c'

#
#
# patch "bn_mp_count_bits.c"
#  from [40adf953ce3210d33f9723e6f724e4700a807718]
#    to [460d18db977e52240bdc2255a0cd130f837ba2e4]
#
============================================================
--- bn_mp_count_bits.c	40adf953ce3210d33f9723e6f724e4700a807718
+++ bn_mp_count_bits.c	460d18db977e52240bdc2255a0cd130f837ba2e4
@@ -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
  */

 /* returns the number of bits in an int */
@@ -39,3 +39,7 @@ mp_count_bits (mp_int * a)
   return r;
 }
 #endif
+
+/* $Source: /cvs/libtom/libtommath/bn_mp_count_bits.c,v $ */
+/* $Revision: 1.3 $ */
+/* $Date: 2006/03/31 14:18:44 $ */