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).
This commit is contained in:
Tom Willemse 2013-11-17 00:42:46 +01:00
parent e67489c6dd
commit f016198915
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
dispasstest: sha1.c
gcc -lcrypto sha1.c -o dispasstest
dispasstest: dispass.c
gcc -lcrypto dispass.c -o dispasstest

View file