You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- tests/PostQuantum.FileFormat.Fuzz: console-app harness over the
DeterministicCborValidator and PqfStreamingPipeline parsers. Targets:
cbor, header, streaming. PqfFileException and CborValidationException
are the *expected* result — those count as refusals, not findings. A
finding is any other exception type from the parser.
- tests/PostQuantum.FileFormat.Kat: NIST FIPS 203 / FIPS 204 KAT cross-
check. Verifies provider.MlKem1024Decapsulate and provider.MlDsa87Verify
against the parts the current ICryptoProvider exposes. KAT files
themselves are fetched on demand (gitignored); the harness fails fast
and tells the operator where to drop them.
- tests/.../Crypto/RecipientTrialConstantTimeTests.cs: dudect-style
scaffold measuring AuthenticatedModeDecryptor.ResolveDek with the
identity matching the first vs last recipient block, computing
Welch's t. Skipped by default; emits the result to test output. To be
promoted to a CT regression gate once baseline noise is characterized.
- examples/pqf-{encrypt,decrypt}-dir.sh: tar | pqf pipeline demo so the
README's "what does adoption look like" question has a concrete answer.
- .sln + InternalsVisibleTo wired up for the new test projects.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments