summaryrefslogtreecommitdiff
path: root/crypto-mcf.c
Commit message (Expand)AuthorAge
* B-0 modifications made to allow compilation in Visual StudioJose Sebastian Battig2014-09-16
* Use reentrant functions so that code is thread safe.Technion2014-07-30
* More paranoid type checks.Technion2014-07-30
* Applied sanity check of NTechnion2014-05-09
* Integer based scrypt_ilog2Jan Varho2014-05-09
* Add const to immutable function argumentsJan Varho2014-05-09
* SCRYPT_MCF_ID definition.Technion2013-06-12
* Strict integer checking, including dealing with precision, results of splint ...Technion2013-06-10
* Better input checking in mcf format, handle overflowsTechnion2013-06-10
* Standardised naming. API now locked in.Technion2013-06-06
* Implemented log2() in order to avoid GNU99 extensions. Increased portability.Technion2013-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
* * Imported base64 libraryTechnion2013-05-31