mirror of
https://github.com/pmai/sha3.git
synced 2025-12-21 15:24:28 +01:00
33 lines
1.0 KiB
Plaintext
Executable File
33 lines
1.0 KiB
Plaintext
Executable File
Release 1.1.0
|
|
=============
|
|
|
|
* Change sha3 functions to match the final FIPS 202 SHA3 standard,
|
|
by appending a 01 suffix to messages prior to digest calculation.
|
|
The old Keccak submission behavior can be retained by passing in
|
|
the new raw-keccak-p keyword argument with true to the relevant
|
|
functions. Thanks to David McClain for prompting this change.
|
|
|
|
* Fixes a bug in the bug fix of release 1.0.2 for the sha3-update
|
|
handling of not completely filled buffers reported by David McClain,
|
|
which could lead to out-of-bounds accesses in calls to the
|
|
pad-message-to-width function.
|
|
|
|
Release 1.0.2
|
|
=============
|
|
|
|
* Fixes a bug reported by Orivej Desh where two or more calls to
|
|
sha3-update which didn't fill the buffer could lead to the second
|
|
and later updates being ignored, thereby creating wrong message
|
|
digests.
|
|
|
|
Release 1.0.1
|
|
=============
|
|
|
|
* Change to 32bit implementation for 64bit LispWorks.
|
|
|
|
Release 1.0.0
|
|
=============
|
|
|
|
* Initial release with optimized versions for 64bit, 32bit and
|
|
fixnum arithmetic.
|