libp2p / libp2p/rust-libp2p

Post-Quantum Key Exchange

Open
#6,236 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
5.6k
Forks
1.3k
Avg merge
8h 47m
Merged PRs (30d)
19

Description

Description

Hello,

I was wondering if it would be a good idea to add Kyber768 (ML-KEM) as a post-quantum key exchange with hybrid classical keys. This would make Libp2p more resistant and future proof for the long-term use of the project.

Motivation

This feature is needed for longevity of the project Libp2p and for being quick to adopt Post-Quantum cryptography like OpenSSL.

Requirements
  1. To encrypt data using a hybrid form of Kyber768 and classical keys exchange (like X25519).
  2. To be used with the Noise protocol for authentication
Open questions

NA

Are you planning to do it yourself in a pull request?

Yes

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating the Noise protocol integration in rust-libp2p and determine where X25519 key exchange is handled. Done means supporting a Kyber768 (ML-KEM) and classical hybrid exchange with Noise authentication, with the design and affected interfaces agreed.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cryptography, networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.