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

[crypto] add non-blocking rsa_3072_verify function #17254

Merged
merged 1 commit into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. [crypto] add non-blocking rsa_3072_verify function

    Previously, only a blocking version of the `rsa_3072_verify` function
    existed.
    
    For the power virus test (see lowRISC#14814), however, we want the ability to
    initiate OTBN operations, and then free up the CPU to complete other tasks.
    
    This adds a non-blocking version of the `rsa_3072_verify` function to
    the crypto library to support this use case.
    
    Signed-off-by: Timothy Trippel <[email protected]>
    timothytrippel committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    12ce221 View commit details
    Browse the repository at this point in the history