aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-17 00:42:46 +0100
committerGravatar Tom Willemse2013-11-17 00:42:46 +0100
commitf01619891558c46cc2de0f92174f9f1ad1b15a1a (patch)
tree91e9a162891252ae092ed6bcf408bbf0265e8eaa
parente67489c6ddd7a229c68027eb673605dad7f64254 (diff)
downloadlibdispass-f01619891558c46cc2de0f92174f9f1ad1b15a1a.tar.gz
libdispass-f01619891558c46cc2de0f92174f9f1ad1b15a1a.zip
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).
-rw-r--r--Makefile4
-rw-r--r--dispass.c (renamed from sha1.c)0
2 files changed, 2 insertions, 2 deletions
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
diff --git a/sha1.c b/dispass.c
index 3024845..3024845 100644
--- a/sha1.c
+++ b/dispass.c