mirror of
https://github.com/pmai/sha3.git
synced 2025-12-21 15:24:28 +01:00
19 lines
444 B
Plaintext
19 lines
444 B
Plaintext
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.
|