aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/sha256.h
Commit message (Collapse)AuthorAge
* prefix even potentially exported hash symbols with MHD_ (as proposed by Dirk ↵Christian Grothoff2019-06-03
| | | | Brinkmeier)
* Fixed doxygen comments,Evgeny Grin (Karlson2k)2019-05-21
| | | | Fixed spelling in comments
* SHA256: rename sha256_digest() -> sha256_finish()Evgeny Grin (Karlson2k)2019-04-19
|
* sha256.h: added missed includeEvgeny Grin (Karlson2k)2019-04-19
|
* 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