aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha512_256.h
Commit message (Collapse)AuthorAge
* sha512_256: additional trick for compacter code; doxy and comment fixesEvgeny 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.