usnistgov / ACVP

Industry Working Group on Automated Cryptographic Algorithm Validation
https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program
152 stars 63 forks source link

What is RSA primeTest 2powSecStr stands for? #1493

Closed gx2955 closed 5 months ago

gx2955 commented 5 months ago

For RSA ACVP page, https://pages.nist.gov/ACVP/draft-celi-acvp-rsa.html, after introduce new FIPS 186-5 standard, the "primeTest" field has 2 value for probable prime, 2pow100 and 2powSecStr. I think 2pow100 refers to FIPS 186-4 Table C.3, but if 2powSecStr refers to Table C.2, then what does "SecStr" stands for? I do not find anything similar to this word?

Kritner commented 5 months ago

Security strength is a function of modulus size

gx2955 commented 5 months ago

Hi, Kritner, understand, thanks.