You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Mbed TLS benchmark application requires MBEDTLS_GENPRIME
(RSA key generation) to be enabled in order to benchmark RSA. Mbed OS
doesn't enable MBEDTLS_GENPRIME by default, so add it to our
application-specific Mbed TLS configuration file.
Update the expected log output to reflect the freshly enabled RSA
benchmarks.
0 commit comments