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

Replace embedded Groups with type assertions #550

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

Stebalien
Copy link
Contributor

These were always nil and likely unintentional (I assume it started out as a way to mock unimplemented interface methods?). It doesn't matter much because these suites all implement kyber.Group, but any changes to kyber.Group would have added panicing methods to these suites without any type errors.

These were always nil and likely unintentional (I assume it started out
as a way to mock unimplemented interface methods?). It doesn't matter
much because these suites all implement `kyber.Group`, but any changes
to `kyber.Group` would have added panicing methods to these suites
without any type errors.
Copy link

🔒 Could not start CI tests due to missing safe PR label. Please contact a DEDIS maintainer.

Copy link

sonarcloud bot commented Sep 23, 2024

@AnomalRoil AnomalRoil merged commit d0f3223 into dedis:master Sep 23, 2024
11 checks passed
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.

3 participants