]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/main-keccak-test.c
Blake adapted for round 3
[arm-crypto-lib.git] / test_src / main-keccak-test.c
index 5823da192fb050399b9427463a47fabfc040f14d..f6ba4de74d98ad8f66215ed8c183eb68e2dcef16 100644 (file)
 #include "shavs.h"
 #include "nessie_hash_test.h"
 #include "performance_test.h"
-#include "hfal/hfal-nessie.h"
-#include "hfal/hfal-performance.h"
-#include "hfal/hfal-test.h"
+#include "hfal-nessie.h"
+#include "hfal-performance.h"
+#include "hfal-test.h"
 
 #include "keccak.h"
-#include "hfal/hfal_keccak.h"
+#include "hfal_keccak.h"
 
 void uart0_putc(char byte){
        uart_putc(UART_0, byte);