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

Change import names from v3 to v4 #519

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Change import names from v3 to v4 #519

merged 1 commit into from
Jun 6, 2024

Conversation

Robingoumaz
Copy link

@Robingoumaz Robingoumaz commented May 16, 2024

Just a PR to change import and mod names from kyber/v3 to kyber/v4

@Robingoumaz Robingoumaz self-assigned this May 16, 2024
Copy link

sonarcloud bot commented May 16, 2024

"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"

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

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?

Copy link
Contributor

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.

@AnomalRoil AnomalRoil merged commit 0470453 into drandmerge Jun 6, 2024
13 checks passed
@AnomalRoil AnomalRoil deleted the robin-v4-names branch June 6, 2024 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants