summaryrefslogtreecommitdiff
path: root/lib/libutil/bcrypt_pbkdf.c
AgeCommit message (Expand)Author
2013-07-29fix a colossal cockup due to pointer/array confusion.Ted Unangst
2013-06-04revert. check is < 1, not < 0.Ted Unangst
2013-06-04oops, rounds is unsigned nowTed Unangst
2013-06-03Add bcrypt_pbkdf, a password based key derivation function using bcrypt.Ted Unangst