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-DSA with Ed25519 #13

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

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
  8. WIP: add ML-DSA + Ed25519 (Node only)

    Dilithium lib uses Buffer and doesn't work with browser
    larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a470c2e View commit details
    Browse the repository at this point in the history
  9. Add PQC ML-DSA key generation

    twiss authored and larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7d9be3b View commit details
    Browse the repository at this point in the history
  10. Minor fixes

    twiss authored and larabr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d9de4db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d0bada View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0bd52c View commit details
    Browse the repository at this point in the history