From 9d72825e92864d102bc1c4978ee3db17a4102c84 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 15 Aug 2011 23:26:44 +0200 Subject: Whirlpool: Add a reference to the relevant research paper. --- whirlpool.rkt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'whirlpool.rkt') diff --git a/whirlpool.rkt b/whirlpool.rkt index af2694f..1468fd1 100644 --- a/whirlpool.rkt +++ b/whirlpool.rkt @@ -1,6 +1,7 @@ #lang typed/racket ;;; Copyright 2011, Matthias Andreas Benkard. ;;; +;;;----------------------------------------------------------------------------- ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU Affero General Public License as published by ;;; the Free Software Foundation, either version 3 of the License, or @@ -13,6 +14,14 @@ ;;; ;;; You should have received a copy of the GNU Affero General Public License ;;; along with this program. If not, see . +;;;----------------------------------------------------------------------------- +;;; +;;; This is an implementation of the WHIRLPOOL cryptographic hashing function +;;; +;;; The implementation is a rather direct implementation based on the 2003 +;;; revised version of the original paper (“The WHIRLPOOL Hashing Function”) by +;;; Barreto and Rijmen. It is optimized for clarity, not performance. +;;; (provide: [whirlpool (Bytes -> Exact-Nonnegative-Integer)]) -- cgit v1.2.3