summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAge
* Remove unexported libscrypt_hexconvert from libscrypt.hJan Varho2014-05-09
* hexconvert only exists for the test harness. Library functions all use BASE64...Technion2014-05-04
* Define and use SCRYPT_SALT_LEN to 16Technion2014-04-28
* Following #16, it's now plausible for this function to fail.Technion2014-04-28
* Fixed test hardness bug identified during #16Technion2014-04-10
* Case sensitivity cleanup.Technion2014-01-20
* Corrected signing for new prototypes.Technion2014-01-20
* New base64 library.Technion2014-01-19
* Added a test that fails.Jeff Shaw2013-09-10
* Created version file, explicitly list exportsTechnion2013-06-06
* Standardised naming. API now locked in.Technion2013-06-06
* Further #defines, less magic numbersTechnion2013-06-06
* Created #define's for N, r, pTechnion2013-06-03
* Significantly improved error testing and function documentationTechnion2013-06-03
* Created the easy hash functionTechnion2013-06-01
* Created a function for testing hashesTechnion2013-05-31
* Added a salt generatorTechnion2013-05-31
* * Imported base64 libraryTechnion2013-05-31
* Implementation of first proper test vectorTechnion2013-05-30
* Initial commit.Technion2013-05-30