| Class | Description |
|---|---|
| AIMerTest | |
| BIKETest | |
| CMCEKEMVectorTest |
Known-answer tests for the standardised Classic McEliece KEM (ISO/IEC 18033-2:2006/Amd 2:2026,
Clause 13) under org.bouncycastle.crypto.
|
| CMCEVectorTest | |
| CrystalsDilithiumTest | |
| FaestKatTest |
Byte-exact NIST KAT compatibility test against upstream FAEST.
|
| FaestKeyPairAndSignerTest |
Round-trip test for
FaestKeyPairGenerator + FaestSigner. |
| FaestParametersTest |
Sanity-check the FaestParameters constants.
|
| FalconTest | |
| FrodoKEMVectorTest |
KAT tests for the standardised FrodoKEM (ISO/IEC 18033-2) under org.bouncycastle.crypto: the
salted "FrodoKEM" and ephemeral "eFrodoKEM" parameter sets, in both SHAKE and AES gen-matrix
variants, at security levels 976 and 1344.
|
| FrodoVectorTest | |
| HAETAETest | |
| HawkTest |
Tests
HawkSigner against the NIST PQCsignKAT vectors for Hawk-256,
Hawk-512 and Hawk-1024. |
| HQCTest | |
| HSSTest | |
| LMSTest | |
| MayoTest | |
| MLDSATest | |
| MLKEMTest | |
| MQOMKatTest |
KAT-driven validation of the MQOM engine.
|
| MQOMTest | |
| NewHopeTest | |
| NISTSecureRandom |
for producing FixedSecureRandom objects for use with testing
|
| NTRUKAT | |
| NTRULPRimeTest | |
| NTRUParametersTest | |
| NTRUPlusTest | |
| NTRUTest |
KAT tests for round 3 NTRU algorithm.
|
| NullPRNG |
Implementation of null PRNG returning zeroes only.
|
| PicnicVectorTest | |
| PqcMalformedInputTest |
Hardening regression test (coverage findings #14 and #15): a malformed or
truncated PQC signature must make
verifySignature return false
(never throw an unchecked exception), and a malformed-length PQC public-key
encoding must be rejected at construction. |
| PublicKeyLengthValidationTest |
Regression test for the PQC public-key length-validation hardening (finding #14).
|
| QRUOVTest | |
| RegressionTest | |
| SABERVectorTest | |
| SDitHTest | |
| SLHDSATest | |
| SnovaTest | |
| SNTRUPrimeTest | |
| Sphincs256Test | |
| SphincsPlusTest | |
| SQIsignTest |
KAT-driven tests for SQIsign.
|
| UOVTest |
Tests for the UOV signer ported from the pqov reference implementation
(https://github.com/pqov/pqov).
|
| XMSSMTPrivateKeyTest |
Test cases for XMSSMTPrivateKey class.
|
| XMSSMTPublicKeyTest |
Test cases for XMSSMTPublicKey class.
|
| XMSSMTSignatureTest |
Test cases for XMSS^MT signature class.
|
| XMSSMTTest |
Test cases for XMSS^MT class.
|
| XMSSOidTest |
Test cases for
DefaultXMSSOid class. |
| XMSSPrivateKeyEncodingTest |
PKCS#8 PrivateKeyInfo round-trip coverage for XMSS / XMSS^MT (github #2176).
|
| XMSSPrivateKeyTest |
Test cases for XMSSPrivateKey class.
|
| XMSSPublicKeyParseTest |
Regression tests for the XMSS / XMSS^MT public-key decode path in
PublicKeyFactory. |
| XMSSPublicKeyTest |
Test cases for XMSSPublicKey class.
|
| XMSSReducedSignatureTest |
Test cases for XMSSReducedSignature class.
|
| XMSSSignatureTest |
Test cases for XMSSSignature class.
|
| XMSSTest |
Test cases for XMSS class.
|
| XMSSUtilTest |
Test cases for XMSSUtil class.
|
| XWingTest |