aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.c
Commit message (Collapse)AuthorAge
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* Removed unused macroEvgeny Grin (Karlson2k)2019-05-21
|
* Avoid dropping 'const' qualifier in macrosEvgeny Grin (Karlson2k)2019-05-21
|
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
| | | | Fixed spelling in comments
* sha256.c: convert to Yoda conditionsEvgeny Grin (Karlson2k)2019-04-19
|
* sha256_update(): added shortcut for empty data,Evgeny Grin (Karlson2k)2019-04-19
| | | | avoid wrong/undefined behaviour of memcpy() with null pointer
* SHA256: reimplemented from scratch,Evgeny Grin (Karlson2k)2019-04-19
| | | | some ideas are borrowed from LGPLv2.1-licensed Libgcrypt
* preliminary implementation for RFC 7616 supportChristian Grothoff2018-12-08
|
* import sha256 from GNU NettleChristian Grothoff2018-11-20