-
Notifications
You must be signed in to change notification settings - Fork 168
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
Change import names from v3 to v4 #519
Conversation
Quality Gate passedIssues Measures |
"go.dedis.ch/kyber/v3/group/mod" | ||
"go.dedis.ch/kyber/v3/pairing" | ||
"go.dedis.ch/kyber/v3/util/random" | ||
"go.dedis.ch/kyber/v4" |
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.
I'm guessing there's a reason this is all commented out, but it seems suspicious - could just nuke it
@@ -1,4 +1,4 @@ | |||
module go.dedis.ch/kyber/v3 | |||
module go.dedis.ch/kyber/v4 | |||
|
|||
go 1.18 |
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.
have we considered bumping the go version to something newer? does it break things?
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.
we actually have upgraded it from Go 1.13 to Go 1.18 already!
In truth it would probably be nice to update to Go 1.22 to get the new Loop behaviour, but at the same time a library like Kyber kinda wants to support older codebases too I guess.
Just a PR to change import and mod names from kyber/v3 to kyber/v4