summaryrefslogtreecommitdiff
path: root/crypto_scrypt-hexconvert.c
Commit message (Collapse)AuthorAge
* hexconvert only exists for the test harness. Library functions all use ↵Technion2014-05-04
| | | | BASE64. Don't export it.
* Aggressive testing with splint, many integer comparisons improved, better ↵Technion2013-06-11
| | | | error checking.
* Standardised naming. API now locked in.Technion2013-06-06
|
* Implemented secure compile flags.Technion2013-06-04
| | | | Implemented workaround for issues when D_FORITFY_SOURCE=2
* Significantly improved error testing and function documentationTechnion2013-06-03
|
* * Imported base64 libraryTechnion2013-05-31
* Created MCF format function