Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xtest: add asymmetric cipher algorithm perf test #691

Closed
wants to merge 2 commits into from

Commits on Nov 9, 2023

  1. xtest: combine AES and hash into crypto_perf

    There is quite a bit of copy in these files.So, I cosonlidate the
    code to make it easier to maintain.
    
    Signed-off-by: Zexi Yu <[email protected]>
    Acked-by: Jerome Forissier <[email protected]>
    Acked-by: Etienne Carriere <[email protected]>
    yuzexiyzx committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    aa7454b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. xtest: add asymmetric cipher perf test

    Add perf test for DH, RSA, ECDH, ECDSA algorithm
    
    Signed-off-by: Zexi Yu <[email protected]>
    yuzexiyzx committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a15f708 View commit details
    Browse the repository at this point in the history