

CFLAGS=-Wall -O4 -march=i686 -mcpu=i686 -funroll-all-loops -ffast-math -DTRACE_KAT_MCT=0 -DSTRICT_ALIGN=0

all: scrypt

scrypt: scrypt.o serpent.o sh1strhsh.o sha1.o


clean:
			rm *.o scrypt

































































