mirror of
https://github.com/pmai/sha3.git
synced 2025-12-21 23:34:29 +01:00
Adjust documentation for release 1.1.0, adjust copyrights.
This commit is contained in:
14
NEWS
Normal file → Executable file
14
NEWS
Normal file → Executable file
@ -1,3 +1,17 @@
|
||||
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
|
||||
=============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user