Tom Willemse
f016198915
This project started out as a test to get SHA1 (actually SHA512) working, now it's grown up to a DisPass algorithm implementation (experiment).
2 lines
62 B
Makefile
2 lines
62 B
Makefile
dispasstest: dispass.c
|
|
gcc -lcrypto dispass.c -o dispasstest
|