Tom Willemse
6aa289c124
- 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.
11 lines
313 B
Org Mode
11 lines
313 B
Org Mode
#+TITLE: libdispass
|
|
|
|
A simple test executable (should be converted to library) of [[https://babab.nl][Benjamin
|
|
Althues]]' DisPass algorithms.
|
|
|
|
To run a test:
|
|
|
|
: make dispasstest && LD_LIBRARY_PATH=. ./dispasstest
|
|
|
|
It should output 4 lines with the hashed passphrases copied from the
|
|
DisPass algorithms' doctests.
|