aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_sha512_256.c
Commit message (Collapse)AuthorAge
* Some readability improvementsEvgeny Grin (Karlson2k)2022-09-28
|
* test_{md5,sha{256,512_256}}: re-use of the context structureEvgeny Grin (Karlson2k)2022-09-25
| | | | | | The context structure declaration was moved outside the loops, it should help to re-use the same memory area which may trigger more potential bugs.
* test_{md5,sha{256,512_256}}: added long test sequenceEvgeny Grin (Karlson2k)2022-09-25
|
* test_sha{256,512_256}: minor fixesEvgeny Grin (Karlson2k)2022-09-25
|
* test_{md5,sha256,sha512_256}: added more checksEvgeny Grin (Karlson2k)2022-09-25
|
* Implemented SHA-512/256 hashing supportEvgeny Grin (Karlson2k)2022-09-11
The full implementation, with support hashing of more than 2 EiB (exbibytes), as described by specification. Includes additional code path for more compact code.