A, soon to be, C DisPass library
Find a file
2013-11-17 01:14:22 +01:00
.gitignore Remove main from libdispass, add test executable 2013-11-17 01:13:08 +01:00
dispass.c Remove main from libdispass, add test executable 2013-11-17 01:13:08 +01:00
dispass.h Remove main from libdispass, add test executable 2013-11-17 01:13:08 +01:00
dispasstest.c Remove main from libdispass, add test executable 2013-11-17 01:13:08 +01:00
Makefile Add clean target to Makefile 2013-11-17 01:14:22 +01:00
README.org Remove main from libdispass, add test executable 2013-11-17 01:13:08 +01:00

libdispass

A simple test executable (should be converted to library) of 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.