X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=serpent.mk;h=5975ec0e8604ea177400eb7ff23835f9c54c126c;hb=158bb85c89631984291c93a9217ca84345349a46;hp=eb55908f6909f8cfffb1f23ebef17f8269512588;hpb=8537c7a0647b533f078af9c35bce533335c7556e;p=avr-crypto-lib.git diff --git a/serpent.mk b/serpent.mk index eb55908..5975ec0 100644 --- a/serpent.mk +++ b/serpent.mk @@ -5,9 +5,9 @@ ALGO_NAME := SERPENT BLOCK_CIPHERS += $(ALGO_NAME) -$(ALGO_NAME)_OBJ := serpent.o +$(ALGO_NAME)_OBJ := serpent.o serpent-sboxes-bitslice.o $(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \ - serpent.o nessie_bc_test.o + serpent.o serpent-sboxes-bitslice.o nessie_bc_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"