Files
Tony Arcieri 24179cc34c Add proptests for Signature encoding
Ensures encoded signatures can be round tripped successfully, i.e.
encoded and then decoded again without errors or panics.
2025-02-12 11:53:23 -07:00
..
2025-01-19 14:00:26 -07:00
2025-01-19 14:00:26 -07:00
2025-01-19 14:00:26 -07:00
2025-01-19 14:00:26 -07:00
2025-01-19 14:00:26 -07:00
2025-01-19 14:00:26 -07:00

ML-DSA Test Vectors

The tests in this directory validate that our ML-RSA implementation successfully validates the NIST test vectors. The JSON test vector files are taken from the NIST ACVP repository. Specifically, key-gen.json, sig-gen.json and sig-ver.json are the "internal projection" files from the ML-KEM key generation test directory, signature generation test directory, and signature verification test directory, respectively.

The current copies of these files were taken from commit 65370b8 of that repo.

The actual tests to be performed are described in the ACVP documentation.