aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/bitsliced-aes/tests/tests.h')
-rw-r--r--test/monniaux/bitsliced-aes/tests/tests.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/monniaux/bitsliced-aes/tests/tests.h b/test/monniaux/bitsliced-aes/tests/tests.h
new file mode 100644
index 00000000..a8710505
--- /dev/null
+++ b/test/monniaux/bitsliced-aes/tests/tests.h
@@ -0,0 +1,8 @@
+#ifndef _TESTS_H_
+#define _TESTS_H_
+
+
+void aes_ecb_test(void);
+void aes_ctr_test(void);
+
+#endif