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

Add NIST KAT testing from liboqs #92

Conversation

praveksharma
Copy link

Adds NIST KAT testing for Kyber from liboqs. Current tests only check 1 of 100 KATs included in PQCkemKAT_*.rsp from the Kyber NIST submission.

Modified test/scripts/checksumok uses cut and sha256sum from gnucoreutils.

Some licensing information regarding new files:

  • Includes files common/aes.* (code provided by BearSSL) and common/nistkatrng.* (code provided by NIST) from PQClean.
  • test/crypto_kem/nistkat.c borrows code from liboqs under the MIT license.

Comments document the above licensing information in new files; please edit/remove them as appropriate.

@praveksharma praveksharma marked this pull request as draft September 27, 2023 16:13
@tfaoliveira tfaoliveira marked this pull request as ready for review October 10, 2023 17:04
@tfaoliveira tfaoliveira merged commit 8a005c2 into formosa-crypto:feature/kyber_nist_kat Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants