summaryrefslogtreecommitdiff
path: root/cipher/kdf.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-18kdf: Make PBKDF2 check work on all platforms.Werner Koch1-4/+7
2016-03-18kdf: Add upper bound for derived key length in PBKDF2.Vitezslav Cizek1-3/+8
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-1/+0
2014-01-14PBKDF2: Use gcry_md_reset to speed up calculation.Milan Broz1-7/+9
2013-12-12Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch1-7/+7
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch1-32/+30
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-15/+33
2013-04-04Add the SCRYPT KDF functionChristian Grothoff1-0/+4
2012-10-30PBKDF2: Allow empty passphrase.Milan Broz1-1/+1
2011-03-09New function gcry_kdf_deriveWerner Koch1-0/+278