Closed
Description
The output of the Benchmark Application performance is in Kb/s , however, according to the code:
mbedtls_printf( "%9lu Kb/s, %9lu cycles/byte\r\n", \
i * BUFSIZE / 1024, \
( mbedtls_timing_hardclock() - tsc ) / ( j * BUFSIZE ) );
The performance should be in Kilo Bytes (KB) not Kilo bits (Kb) as printed