summaryrefslogtreecommitdiff
path: root/lib/libc/hash/rmd160.c
AgeCommit message (Expand)Author
1997-07-23tabify + trailing blankskstailey
1997-07-18Converting u_char[] -> u_int[] is easy on little endian machines :-)Todd C. Miller
1997-07-17Use u_int32_t not size_t.Todd C. Miller
1997-07-17Allow passing of a NULL digest to RMD160Final(3).Todd C. Miller
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller