From c132c4f4306adbb4215cbca3860bd83e888207a8 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 15 Aug 2011 23:30:05 +0200 Subject: Whirlpool: Improve writing style. --- whirlpool.rkt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/whirlpool.rkt b/whirlpool.rkt index 1468fd1..b1347e9 100644 --- a/whirlpool.rkt +++ b/whirlpool.rkt @@ -16,11 +16,11 @@ ;;; along with this program. If not, see . ;;;----------------------------------------------------------------------------- ;;; -;;; This is an implementation of the WHIRLPOOL cryptographic hashing function +;;; 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. +;;; The implementation is directly 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