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

Elligator2 Subgroup Distinguisher #46

Merged
merged 19 commits into from
Jun 29, 2024
Merged

Elligator2 Subgroup Distinguisher #46

merged 19 commits into from
Jun 29, 2024

Conversation

jmwample
Copy link
Owner

Adding tests for elligator2 subgroup distinguisher reveals that the rust implementation seems to handle this improperly. This PR is a space to investigate this and ensure a proper implementation.

@codecov-commenter
Copy link

codecov-commenter commented May 17, 2024

Codecov Report

Attention: Patch coverage is 93.42105% with 15 lines in your changes missing coverage. Please review.

Project coverage is 78.48%. Comparing base (cc357ae) to head (43cf3de).

Files Patch % Lines
crates/obfs4/src/common/x25519_elligator2.rs 93.13% 14 Missing ⚠️
crates/obfs4/src/handshake/handshake_server.rs 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   77.75%   78.48%   +0.73%     
==========================================
  Files          35       35              
  Lines        5610     5681      +71     
  Branches     5610     5681      +71     
==========================================
+ Hits         4362     4459      +97     
+ Misses        857      831      -26     
  Partials      391      391              

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

@jmwample jmwample closed this Jun 29, 2024
@jmwample jmwample reopened this Jun 29, 2024
@jmwample jmwample merged commit ccfd30a into main Jun 29, 2024
16 checks passed
@jmwample jmwample deleted the hs-distinguisher branch June 29, 2024 03:11
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.

2 participants