summaryrefslogtreecommitdiff
path: root/libscrypt.h
Commit message (Expand)AuthorAge
* B-0 modifications made to allow compilation in Visual StudioJose Sebastian Battig2014-09-16
* allow the library to be used in C++ applications.jayesbee2014-07-29
* Fix #22Technion2014-06-20
* Fix for #21Technion2014-05-09
* N should be 64 bit, but define a sane maximum.Technion2014-05-09
* Remove unexported libscrypt_hexconvert from libscrypt.hJan Varho2014-05-09
* Add const to immutable function argumentsJan Varho2014-05-09
* Define and use SCRYPT_SALT_LEN to 16Technion2014-04-28
* Removed Windows codeAyrx2014-04-10
* Fixed salt gen to use CSPRNGAyrx2014-04-10
* Corrected signing for new prototypes.Technion2014-01-20
* New base64 library.Technion2014-01-19
* Fix the failing test.Jeff Shaw2013-09-10
* SCRYPT_MCF_ID definition.Technion2013-06-12
* Additional error checks and balancesTechnion2013-06-11
* 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
* 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