arm-crypto-lib/mkfiles/jh_simple_speed_c.mk

14 lines
468 B
Makefile
Raw Permalink Normal View History

2011-02-01 12:53:55 +00:00
# Makefile for JH
ALGO_NAME := JH_SIMPLE_SPEED_C
# comment out the following line for removement of JH from the build process
HASHES += $(ALGO_NAME)
$(ALGO_NAME)_DIR := jh/
$(ALGO_NAME)_INCDIR := hfal/ memxor/
$(ALGO_NAME)_OBJ := jh_simple_speed_core.o jh_simple_aux.o jh_tables.o memxor.o
2011-08-19 00:36:30 +00:00
$(ALGO_NAME)_TESTBIN := hfal_jh.o main-jh-test.o $(CLI_STD) $(HFAL_STD)
2011-02-01 12:53:55 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance