Commit graph

2 commits

Author SHA1 Message Date
6aa289c124 Remove main from libdispass, add test executable
- 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.
2013-11-17 01:13:08 +01:00
f016198915 Rename sha1.c to dispass.c
This project started out as a test to get SHA1 (actually SHA512)
working, now it's grown up to a DisPass algorithm
implementation (experiment).
2013-11-17 00:42:46 +01:00
Renamed from sha1.c (Browse further)