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

Convert oqs-kem-info.md code points to hex #188

Merged
merged 3 commits into from
Jun 23, 2023

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. Fix generate.py duplicate hybrid NID warning

    It appears that the erroneous warning message motivating this commit is
    due to some vestigial code special-casing x-curves. The
    `nid_ecx_hyybrid` kem field was only used to generate the duplicate ecx
    nid warning message, so we track duplicates in a local `set` instead.
    Additionally, we expand the warning message to all curve NIDs, not just
    x-curves and treat duplicates as fatal because extra curve NIDs should
    be unique for each KEM.
    WillChilds-Klein committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    4411ed1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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