-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathChangeLog
More file actions
26 lines (15 loc) · 798 Bytes
/
ChangeLog
File metadata and controls
26 lines (15 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2023-10-11 (782a5a9) Olivier Gay <olivier.gay@a3.epfl.ch>
* sha2.h, sha2.c: Use 64-bit type for length
2023-10-11 (715c745) Olivier Gay <olivier.gay@a3.epfl.ch>
* sha2.h, sha2.c: Fix issue for messages of more than 512 MB
BUG: #1, #3
2007-02-02 Olivier Gay <olivier.gay@a3.epfl.ch>
* sha2.c (sha512_transf) [UNROLL_LOOPS]: Group together SHA512_EXP calls
in a loop to optimize speed in SHA-384 and SHA-512.
* sha2.h, sha2.c: Remove HAVE_STDINT and use new typedef for fixed-width
integer types.
2007-02-02 Tad <sha2@ds3switch.com>
* sha2.c (sha224_update, sha256_update, sha384_update, sha512_update): Check
the read size is within the buffer limits when updating small data.
2005-05-23 Olivier Gay <olivier.gay@a3.epfl.ch>
* sha2.h, sha2.c: Support of SHA-224 functions.