History log of /seL4-camkes-master/projects/musllibc/src/crypt/crypt_md5.c
Revision Date Author Comments
# c5092507 01-Feb-2013 rofl0r <retnyg@gmx.net>

make some arrays const

this way they'll go into .rodata, decreasing memory pressure.


# 30779ee1 13-Jan-2013 Szabolcs Nagy <nsz@port70.net>

crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum

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


# 93ea998c 15-Sep-2012 Rich Felker <dalias@aerifal.cx>

add crypt_md5 password hash

contributed by nsz