While working on upgrading the implementation to match the released standard I have come to realize there is a real lack of test vectors that can be used to black box test the signature and verify functions that were changed since the IPD.
As part of that investigation, I implemented a test script to run the ACVP test vectors. It turns out they all pass on the IPD version. Sso I thought I'd create a pull request to add this test script independently from the new-release pull request, since they all fail there.
Very nice, thank you for this! I just finished updates for FIPS 203 and 204, and am now working on this. Hopefully, similar style updates will make it a bit more straightforward...
While working on upgrading the implementation to match the released standard I have come to realize there is a real lack of test vectors that can be used to black box test the signature and verify functions that were changed since the IPD.
As part of that investigation, I implemented a test script to run the ACVP test vectors. It turns out they all pass on the IPD version. Sso I thought I'd create a pull request to add this test script independently from the new-release pull request, since they all fail there.