-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bump the version of VDAF used to v13 #734
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually isn't too bad. There are some places where macros might help with de-duplication. When @mendess has a look, he might have some ideas.
Once you make the following changes, please mark as ready for review:
- Please rebase the PR.
- I commented on a few modules where I think you can probably use the latest version of
prio
rather than the old one. In fact, I'm fairly certain the only place you can't ispine
. Please use the latest version wherever possible. - Naming convention: When there are two versions of a type, we generally follow the convention that the latest version gets the "normal" name and the old version gets a distinguished name. E.g.,
thing
andthing_draft09
rather thanthing_latest
andthing
. This makes it easier to eventually remove the old version.
a459596
to
752c915
Compare
032f242
to
98b9f63
Compare
8930511
to
1dba666
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good overall!
0fa76d2
to
b821cc6
Compare
b821cc6
to
95c55f8
Compare
95c55f8
to
9817329
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some nits
9817329
to
990ac58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last minor comment. Note that I've tacked on a couple of commits using macros to de-duplicate some code.
Before merging:
- Looks like you'll need to rebase.
- Please squash all commits into one.
- Make sure @mendess approves. This is a big enough change that we should have a couple of eyes on it.
0e0a19d
to
a32fc63
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's gonna be a pain to work with this now, but such is life. LGTM
a32fc63
to
afc7d12
Compare
afc7d12
to
00e2334
Compare
No description provided.