From f01619891558c46cc2de0f92174f9f1ad1b15a1a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Nov 2013 00:42:46 +0100 Subject: 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). --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 56dfbb2..8f6a1e6 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -dispasstest: sha1.c - gcc -lcrypto sha1.c -o dispasstest +dispasstest: dispass.c + gcc -lcrypto dispass.c -o dispasstest -- cgit v1.2.3-54-g00ecf