diff options
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..25100e1 --- /dev/null +++ b/README.org @@ -0,0 +1,11 @@ +#+TITLE: libdispass + +A simple test executable (should be converted to library) of [[https://babab.nl][Benjamin +Althues]]' DisPass algorithms. + +To run: + +: make && ./dispasstest + +It should output 4 lines with the hashed passphrases copied from the +DisPass algorithms' doctests. |