summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pkcs5_pbkdf2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add bcrypt_pbkdf, a password based key derivation function using bcrypt.tedu2013-06-031-5/+5
* Use "unsigned int" instead of BSD "u_int" in <util.h> so that it canmatthew2012-09-091-4/+4
* Move the commented out test program in pkcs5_pbkdf2.c into a propermatthew2012-09-061-133/+1
* move pkcs5_pbkdf5 function to libutil so everybody can play with ittedu2012-09-061-0/+253