crypy:crypy.c aes.c md5.c sha1_1.c sha1_2.c
	gcc crypy.c aes.c md5.c sha1_1.c sha1_2.c rsa.c rsa.h -o crypy
clean:
	rm result.h aa *.hex crypy -rf
