]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - performance_test.h
+performance tests; some modifications to the Cast5-test-suit
[avr-crypto-lib.git] / performance_test.h
diff --git a/performance_test.h b/performance_test.h
new file mode 100644 (file)
index 0000000..2243586
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef PERFORMANCE_TEST_H_
+#define PERFORMANCE_TEST_H_
+
+#include <stdint.h>
+
+void calibrateTimer(void);
+void startTimer(uint8_t granularity);
+uint64_t stopTimer(void);
+void getOverhead(uint16_t* constoh, uint16_t* intoh);
+
+#endif /*PERFORMANCE_TEST_H_*/