| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add clean target to MakefileHEADmaster | 2013-11-17 | 1 | -0/+7 | |
| | | |||||
| * | Remove main from libdispass, add test executable | 2013-11-17 | 1 | -0/+3 | |
| | | | | | | | | | | - 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. | ||||
| * | Improve Makefile, make shared library | 2013-11-17 | 1 | -2/+4 | |
| | | |||||
| * | Rename sha1.c to dispass.c | 2013-11-17 | 1 | -2/+2 | |
| | | | | | | | This project started out as a test to get SHA1 (actually SHA512) working, now it's grown up to a DisPass algorithm implementation (experiment). | ||||
| * | Initial commit | 2013-11-16 | 1 | -0/+2 | |
