summaryrefslogtreecommitdiff
path: root/crypto_scrypt-hash.c
Commit message (Expand)AuthorAge
* Add const to immutable function argumentsJan Varho2014-05-09
* Define and use SCRYPT_SALT_LEN to 16Technion2014-04-28
* Use existing define instead of magic numberTechnion2014-04-28
* More explicit fix for #18 as per splint advice.Technion2014-04-28
* libscrypt_mcf returns 0 on failure, not -1Jan Varho2014-04-26
* Fixed salt gen to use CSPRNGAyrx2014-04-10
* Improved consistency.Technion2014-01-20
* Corrected signing for new prototypes.Technion2014-01-20
* New base64 library.Technion2014-01-19
* Created version file, explicitly list exportsTechnion2013-06-06
* Standardised naming. API now locked in.Technion2013-06-06
* Significantly improved error testing and function documentationTechnion2013-06-03
* Created the easy hash functionTechnion2013-06-01