]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - Makefile
+fix camellia-encrytion bug (state was modifyed by encryption routine)
[avr-crypto-lib.git] / Makefile
index 1dbe4e8116933cbd4e8258dc22702676513130e5..ff74790e2a9f955136841e786276332cc1755a84 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,12 @@
-PRG        = sha1
+PRG        = camellia
+# camellia
 # cryptotest
-OBJ        = main-sha1-test.o debug.o uart.o serial-tools.o sha1-asm.o
+ OBJ       = main-camellia-test.o debug.o uart.o serial-tools.o camellia.o camellia-asm.o
+# main-skipjack-test.o debug.o uart.o serial-tools.o skipjack.o
+# main-sha1-test.o debug.o uart.o serial-tools.o sha1-asm.o
 # main-md5-test.o debug.o uart.o serial-tools.o md5.o
 # main-cast5-test.o debug.o uart.o serial-tools.o cast5.o
+# OBJ = main-rc6-test.o debug.o uart.o serial-tools.o rc6.o
 # main.o debug.o uart.o serial-tools.o sha256-asm.o xtea-asm.o arcfour-asm.o prng.o cast5.o
 MCU_TARGET     = atmega32
 OPTIMIZE       = -Os