]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/performance_test.h
fixing some decryption bugs in GCM128
[avr-crypto-lib.git] / test_src / performance_test.h
index 4b2329e2649d9db5eacf5f689c9f8561a1039d71..867ef995af5150866c107835d2fdc1075b96f4b8 100644 (file)
@@ -31,9 +31,9 @@
 void calibrateTimer(void);
 void startTimer(uint8_t granularity);
 uint64_t stopTimer(void);
-void getOverhead(uint16_t* constoh, uint16_t* intoh);
+void getOverhead(uint16_t *constoh, uint16_t *intoh);
 
-void print_time_P(PGM_P s, uint64_t t);
+void print_time_P(PGM_P s, uint32_t t);
 void print_overhead(void);
 
 #endif /*PERFORMANCE_TEST_H_*/