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:
parent
e67489c6dd
commit
f016198915
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,2 +1,2 @@
|
|||
dispasstest: sha1.c
|
||||
gcc -lcrypto sha1.c -o dispasstest
|
||||
dispasstest: dispass.c
|
||||
gcc -lcrypto dispass.c -o dispasstest
|
||||
|
|
Loading…
Reference in a new issue