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

dhkem: add KEM providers for common ECDH schemes #16

Merged
merged 14 commits into from
Jul 11, 2024

Commits on Apr 18, 2024

  1. add ECDH based KEMs

    incertia committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b608d31 View commit details
    Browse the repository at this point in the history
  2. add fields to Cargo.toml

    incertia committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6bc3f0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614353f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5af0437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27f452d View commit details
    Browse the repository at this point in the history
  6. add workflow for dhkem

    incertia committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b2d8b9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34ef255 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d0de42 View commit details
    Browse the repository at this point in the history
  9. allow dead test_kem

    incertia committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    51e0650 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    e3e0b14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373e0f4 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    incertia committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3ae5219 View commit details
    Browse the repository at this point in the history
  4. add test vector from hpke

    incertia committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    adf4eb7 View commit details
    Browse the repository at this point in the history
  5. clippy

    incertia committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fc57d90 View commit details
    Browse the repository at this point in the history