aboutsummaryrefslogtreecommitdiffstats
path: root/dispass.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove main from libdispass, add test executableGravatar Tom Willemse2013-11-171-25/+5
| | | | | | | | | - Add ~dispasstest~ which is used to test the DisPass algorithms. - Remove =main= from libdispass since shared libraries shouldn't have main functions - Add ~dispass.h~ which defines and exports the DisPass algorithms. - Make some functions in ~dispass.c~ static to make clear they're not exported anywhere.
* Rename sha1.c to dispass.cGravatar Tom Willemse2013-11-171-0/+138
This project started out as a test to get SHA1 (actually SHA512) working, now it's grown up to a DisPass algorithm implementation (experiment).