summaryrefslogtreecommitdiff
path: root/crypto_scrypt-check.c
Commit message (Expand)AuthorAge
* Fix possible (API misuse) null pointer reported by Coverity.Technion2015-07-09
* Consistent bracket styleTechnion2015-04-10
* Much more effecient N calculation, and now handles N > 15 (althought you woul...Technion2014-12-01
* Because of commit 7cd8a4fa3, libscrypt_scrypt can return EINVAL, which is 22....Technion2014-12-01
* Fixed #28.Technion2014-11-06
* Use strtok() on Windows.Nick Mathewson2014-08-28
* Use reentrant functions so that code is thread safe.Technion2014-07-30
* N should be 64 bit, but define a sane maximum.Technion2014-05-09
* Add const to immutable function argumentsJan Varho2014-05-09
* Whitespace fixesTechnion2014-05-06
* Paranoid checking - uncovered by CoverityTechnion2014-05-05
* Implement constant-time comparison.Technion2014-04-15
* Improved consistency.Technion2014-01-20
* Corrected signing for new prototypes.Technion2014-01-20
* New base64 library.Technion2014-01-19
* SCRYPT_MCF_ID definition.Technion2013-06-12
* Aggressive testing with splint, many integer comparisons improved, better err...Technion2013-06-11
* Created version file, explicitly list exportsTechnion2013-06-06
* Standardised naming. API now locked in.Technion2013-06-06
* Created a function for testing hashesTechnion2013-05-31