Early access

This commit is contained in:
2017-01-20 14:07:07 +01:00
parent 20dc9bd962
commit 02d9afa5d0
3 changed files with 89 additions and 59 deletions

View File

@@ -0,0 +1,4 @@
sha1breaker: sha1breaker.cpp
mpicxx -Wall -o breaker sha1breaker.cpp genSha1.cpp
clean:
rm -rf breaker