about summary refs log tree commit diff
path: root/src/crypt/crypt_md5.c
Commit message (Collapse)AuthorAgeFilesLines
* make some arrays constrofl0r2013-02-021-1/+1
| | | | this way they'll go into .rodata, decreasing memory pressure.
* crypt: fix the prototype of md5_sum, sha256_sum and sha512_sumSzabolcs Nagy2013-01-131-1/+1
| | | | | | the internal sha2 hash sum functions had incorrect array size in the prototype for the message digest argument, fixed by using pointer so it is not misleading
* add crypt_md5 password hashRich Felker2012-09-151-0/+285
contributed by nsz