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 performance tests for all the PQC algorithms will requires some extra discussion to actually decide what will be measured and what the end result graphs will look like. Generally, we want to test the functionality that will be most used for each PQC algorithm (sign, verify, key generation, etc.).
At the moment, we are concerned about how the PQC algorithms compare to other elliptic curve algorithms, such as ECDSA. We are particularly concerned about how changing the default TLS group list with openssl/openssl#26801 affects the TLS handshake.
In the future, we may want to compare the performance against itself between different OpenSSL versions similar to how the performance graphs are designed now. However, the underlying providers likely won't change and instead possible changes in EVP layer will probably affect performance.
Add ML-KEM to perf tests and run them by default
The text was updated successfully, but these errors were encountered: