summaryrefslogtreecommitdiff
path: root/cipher/whirlpool.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-07 10:06:46 +0200
committerWerner Koch <wk@gnupg.org>2013-09-10 21:01:02 +0200
commit0fb7c2cd345f3d3e9715c7fbc7a3e91d3c5c150d (patch)
tree7fedf21495054ac3649e48870ace944929ac701c /cipher/whirlpool.c
parent90fdf25f0dcc5feac7195ede55bd15948a11363e (diff)
downloadlibgcrypt-0fb7c2cd345f3d3e9715c7fbc7a3e91d3c5c150d.tar.gz
md: Update URL of the Whirlpool specs.
--
Diffstat (limited to 'cipher/whirlpool.c')
-rw-r--r--cipher/whirlpool.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/cipher/whirlpool.c b/cipher/whirlpool.c
index c89a5729..f99aa890 100644
--- a/cipher/whirlpool.c
+++ b/cipher/whirlpool.c
@@ -14,20 +14,19 @@
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
/* This is an implementation of the Whirlpool hashing algorithm, which
has been developed by Vincent Rijmen and Paulo S. L. M. Barreto;
it's homepage is located at:
- http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html.
+ http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html
The S-Boxes and the structure of the main transformation function,
which implements an optimized version of the algorithm, is taken
from the reference implementation available from
- http://planeta.terra.com.br/informatica/paulobarreto/whirlpool.zip. */
+ http://www.larc.usp.br/~pbarreto/whirlpool.zip
+ */
#include <config.h>
#include <stdio.h>