mesur-io / post-quantum-signatures

JOSE/COSE support for Post Quantum Cryptography
https://datatracker.ietf.org/doc/draft-ietf-cose-post-quantum-signatures
Other
1 stars 4 forks source link

Dockerized Test Vector Generation #54

Closed OR13 closed 2 years ago

OR13 commented 2 years ago

We probably want a small dockerized cli for generating test vectors.

Something like what we have for https://github.com/decentralized-identity/JWS-Test-Suite

We would commit to source the configurations to generate and test implementations regardless of language.

We expose a top level generate and verify interface matrix'ed out over the supported implementations.

We require 2 to generate and 2 to verify per implementation to keep it is the spec.

We pull the IETF test vector tooling from https://github.com/json-web-proofs/json-web-proofs/pull/47

This ticket is done when test vectors are built and included for all intended registrations (all keys, all signatures, twice)

OR13 commented 2 years ago

Updated and resolved.