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

o5 Transport #26

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

o5 Transport #26

wants to merge 3 commits into from

Conversation

jmwample
Copy link
Owner

@jmwample jmwample commented Apr 12, 2024

This PR is a WIP branch tracking development for the experimental o5 Transport.

Planned features:

  • Ntor V3 + Extensions
  • Shift from salsa20-poly1305 to chacha20poly1305 (potentially reduced round variant)
  • X-Wing (X25519 + ML-KEM) KEM Handshake
  • PQ-Obfs Handshake
    • "Strong Obfuscation" - an adversary with the station pubkey and Node-ID can't identify traffic see here (~10:30)

Potential Changes:

  • Shift from Elligator2 to RistrettoPoint
  • Session Resumption
  • Traffic Shaping (Padding / Delays / Cover)
  • Streams (sctp / kcp / etc.)

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.15%. Comparing base (dbd9460) to head (c969f4f).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   79.20%   79.15%   -0.06%     
==========================================
  Files          35       35              
  Lines        5680     5680              
  Branches     5680     5680              
==========================================
- Hits         4499     4496       -3     
- Misses        830      833       +3     
  Partials      351      351              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

jmwample and others added 2 commits October 12, 2024 16:18
re-organizing and shifting from pq_kyber to ml-kem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant