From 1c3e7f9ad29a0dd0f0eba6ecb79cbcb813e473c6 Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sat, 3 Nov 2012 22:49:19 +0100 Subject: [PATCH] Small readme changes/corrections. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 3f0305f..7e213e5 100644 --- a/README +++ b/README @@ -3,9 +3,9 @@ This library is an implementation of the Secure Hash Algorithm 3 messages with an integral number of octets, i.e. sub-byte length messages are not supported. -The implementation should be portable across nearly all ANSI compliant -CL with specialized implementations tuned for implementations that -offer unboxed 64bit arithmetic, unboxed 32bit arithmetic and for +The code should be portable across nearly all ANSI compliant CL +implementations with specialized versions tuned for implementations +that offer unboxed 64bit arithmetic, unboxed 32bit arithmetic and for implementations with efficient fixnum arithmetic (requiring fixnums that can represent (unsigned-byte 16)). Especially the 64 and 32bit implementations have been mostly optimized for SBCL and CMU CL. For