Skip to content

Commit

Permalink
CAST and PCT for ML-DSA (#2148)
Browse files Browse the repository at this point in the history
This commit adds Pairwise Consistency Tests (PCT) and
Cryptographic Algorithm Self Tests (CAST) for ML-DSA.

This is added as part of the Implementation Guidance 
for FIPS 140-3 and the Cryptographic Module Validation
Program validation. As such, we implement VE10.35.02 
of ISO/IEC 24759:2017. A simple test that generates an
ML-DSA keypair, signs a message, and verifies the signature.
The CASTs for ML-DSA have been added to self_check.c as
a lazy test, `boringssl_self_test_ml_dsa`.
  • Loading branch information
jakemas authored Feb 6, 2025
1 parent d275e08 commit 4e40ef6
Show file tree
Hide file tree
Showing 5 changed files with 727 additions and 9 deletions.
Loading

0 comments on commit 4e40ef6

Please sign in to comment.