01-09-2017, 12:49 AM
(01-09-2017, 12:14 AM)royce Wrote: Note also the compilation instructions that are in the source code itself:
cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread
OK that works! Thank you
I compiled it in linux successfully, but is it possible to get it running in Windows? My main machine is only Windows.