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

PQC: Implement draft RFC for ML-KEM with X25519 #10

Draft
wants to merge 7 commits into
base: v6
Choose a base branch
from
Draft

PQC: Implement draft RFC for ML-KEM with X25519 #10

wants to merge 7 commits into from

Commits on Jul 9, 2024

  1. Add Kyber-x25519 (WIP)

    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f1016ce View commit details
    Browse the repository at this point in the history
  2. Add KEM abstraction layer

    Move lower-level code away from entry crypto module
    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9dc15fa View commit details
    Browse the repository at this point in the history
  3. Fix ML-KEM sizes

    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    68c6438 View commit details
    Browse the repository at this point in the history
  4. Minor Fixes

    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    66db29b View commit details
    Browse the repository at this point in the history
  5. Add PQC key generation

    twiss authored and larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8e22378 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e02647 View commit details
    Browse the repository at this point in the history
  7. Add PQC KEM key validation

    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    73bd8bd View commit details
    Browse the repository at this point in the history