]> git.cryptolib.org Git - avr-crypto-lib.git/blob - performance_test.h
+RC5 +size-statistics tool +small modification to nessie_bc_test (optional free(...
[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_*/