]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/skein.mk
+skein and ubi (512 and 1024bit mode) in assembler
[avr-crypto-lib.git] / mkfiles / skein.mk
1 # Makefile for Skein
2 ALGO_NAME := SKEIN
3
4 # comment out the following line for removement of Skein from the build process
5 HASHES += $(ALGO_NAME)
6
7
8 $(ALGO_NAME)_OBJ      := threefish_mix.o \
9                          threefish256_enc_asm.o  ubi256_asm.o  skein256_asm.o \
10                          threefish512_enc_asm.o  ubi512_asm.o  skein512_asm.o \
11                          threefish1024_enc_asm.o ubi1024_asm.o skein1024_asm.o
12 $(ALGO_NAME)_TEST_BIN := main-skein-test.o debug.o uart.o hexdigit_tab.o  \
13                          dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \
14                          hfal-basic.o hfal_skein256.o hfal_skein512.o hfal_skein1024.o shavs.o
15 $(ALGO_NAME)_NESSIE_TEST      := test nessie
16 $(ALGO_NAME)_PERFORMANCE_TEST := performance
17