aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/scrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated DEBUG flags.Rich Salz2016-02-181-10/+0
* Ensure allocation size fits into size_tDmitry-Me2016-02-101-4/+11
* GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me2016-02-021-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* RT3998: Allow scrypt to be disabledRich Salz2015-09-041-0/+3
* Error if memory limit exceeded.Dr. Stephen Henson2015-05-261-1/+4
* Add scrypt support.Dr. Stephen Henson2015-05-201-0/+295