mirror of
https://github.com/pmai/sha3.git
synced 2025-12-21 15:24:28 +01:00
Small readme changes/corrections.
This commit is contained in:
6
README
6
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 with an integral number of octets, i.e. sub-byte length
|
||||||
messages are not supported.
|
messages are not supported.
|
||||||
|
|
||||||
The implementation should be portable across nearly all ANSI compliant
|
The code should be portable across nearly all ANSI compliant CL
|
||||||
CL with specialized implementations tuned for implementations that
|
implementations with specialized versions tuned for implementations
|
||||||
offer unboxed 64bit arithmetic, unboxed 32bit arithmetic and for
|
that offer unboxed 64bit arithmetic, unboxed 32bit arithmetic and for
|
||||||
implementations with efficient fixnum arithmetic (requiring fixnums
|
implementations with efficient fixnum arithmetic (requiring fixnums
|
||||||
that can represent (unsigned-byte 16)). Especially the 64 and 32bit
|
that can represent (unsigned-byte 16)). Especially the 64 and 32bit
|
||||||
implementations have been mostly optimized for SBCL and CMU CL. For
|
implementations have been mostly optimized for SBCL and CMU CL. For
|
||||||
|
|||||||
Reference in New Issue
Block a user