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_fread.c'
# # # patch "bn_mp_fread.c" # from [4e80ea1d33795bf3aac96f439e182f56c46992d7] # to [0671107a9cfa26d3518db90f3c6adf72a9365564] # ============================================================ --- bn_mp_fread.c 4e80ea1d33795bf3aac96f439e182f56c46992d7 +++ bn_mp_fread.c 0671107a9cfa26d3518db90f3c6adf72a9365564 @@ -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 */ /* read a bigint from a file stream in ASCII */ @@ -61,3 +61,7 @@ int mp_fread(mp_int *a, int radix, FILE } #endif + +/* $Source: /cvs/libtom/libtommath/bn_mp_fread.c,v $ */ +/* $Revision: 1.3 $ */ +/* $Date: 2006/03/31 14:18:44 $ */