A, soon to be, C DisPass library
Find a file
Tom Willemse e67489c6dd Fix some compiler warnings
- Remove some unused variables
- Explicitly cast =tbuff= to a pointer to =unsigned char= when using
  =SHA512=.
- Use =long long unsigned= as =seqno=, since there is no theoretical
  limit to it.
- Use =size_t= for the =tbufflen= variable in =dispass1= since
  technically that is what =strlen= returns.
2013-11-17 00:38:25 +01:00
.gitignore Initial commit 2013-11-16 00:30:26 +01:00
Makefile Initial commit 2013-11-16 00:30:26 +01:00
README.org Initial commit 2013-11-16 00:30:26 +01:00
sha1.c Fix some compiler warnings 2013-11-17 00:38:25 +01:00

libdispass

A simple test executable (should be converted to library) of Benjamin Althues' DisPass algorithms.

To run:

make && ./dispasstest

It should output 4 lines with the hashed passphrases copied from the DisPass algorithms' doctests.