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

Commits on Sep 17, 2024

  1. Replace embedded Groups with type assertions

    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.
    Stebalien committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fcb1c7d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    de704f8 View commit details
    Browse the repository at this point in the history