]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/main-shabal-test.c
Blake adapted for round 3
[arm-crypto-lib.git] / test_src / main-shabal-test.c
index ab7599dba80adf8c603826e459de83443171e242..27a524aa3fc0fbc1a6ff3818f1671b99c46fba43 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 "shabal.h"
-#include "hfal/hfal_shabal.h"
+#include "hfal_shabal.h"
 
 void uart0_putc(char byte){
        uart_putc(UART_0, byte);