opentitan icon indicating copy to clipboard operation
opentitan copied to clipboard

[cryptotest] Add NIST CAVP RSA tests vectors and parser

Open RyanTorok opened this issue 1 year ago • 0 comments

This PR is the first in a series for the RSA test harness. This PR declares the JSON schema for RSA test vectors, implements the python parser to translate the NIST CAVP test vectors into that JSON format, and adds a bazel rule to fetch the NIST vectors.

RyanTorok avatar Feb 20 '24 21:02 RyanTorok