Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare test vector types, maybe aggregate? #87

Open
bifurcation opened this issue Feb 14, 2023 · 0 comments
Open

Declare test vector types, maybe aggregate? #87

bifurcation opened this issue Feb 14, 2023 · 0 comments

Comments

@bifurcation
Copy link
Collaborator

Right now, test vector processing has to be told what type of test vector it is consuming. We should consider adding a field in a test vector that declares what type of test vector it is. Say something like "type": "tree_math".

It might also be worth producing a unified test vector file format, that pulls together multiple individual test vectors of various types:

{
  "tree_math": { ... },
  "crypto_basics": { ... },
  // ...
}
@bifurcation bifurcation added this to the Test vector finalization milestone Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant