]> git.cryptolib.org Git - avr-crypto-lib.git/blob - performance_test.h
+performance tests; some modifications to the Cast5-test-suit
[avr-crypto-lib.git] / performance_test.h
1 #ifndef PERFORMANCE_TEST_H_
2 #define PERFORMANCE_TEST_H_
3
4 #include <stdint.h>
5
6 void calibrateTimer(void);
7 void startTimer(uint8_t granularity);
8 uint64_t stopTimer(void);
9 void getOverhead(uint16_t* constoh, uint16_t* intoh);
10
11 #endif /*PERFORMANCE_TEST_H_*/