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

Add test vector for multiproof #1019

Merged
merged 1 commit into from
May 8, 2024
Merged

Add test vector for multiproof #1019

merged 1 commit into from
May 8, 2024

Conversation

inahga
Copy link
Contributor

@inahga inahga commented May 1, 2024

A formal test vector for VDAFs using multiple proofs is necessary for ensuring interop between VDAF implementations. I generated this test vector from some modifications to the VDAF reference implementation.

I used the code point 0xFFFFFFFF since that's used elsewhere for test VDAFs. I suppose we can assign it some codepoint in 0xFFFF0000 - 0xFFFFFFFF, but it hasn't seemed necessary to give it a real-ish codepoint yet.

Note I moved each test into a mod tests module to resolve unused import warnings, consider viewing the diff without whitespace.

@inahga inahga requested a review from a team as a code owner May 1, 2024 19:44
@inahga inahga merged commit 8b9f20b into main May 8, 2024
6 checks passed
@inahga inahga deleted the inahga/multiproof-test branch May 8, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants