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

Expose encryption methods #15

Merged
merged 6 commits into from
Jan 18, 2024
Merged

Expose encryption methods #15

merged 6 commits into from
Jan 18, 2024

Conversation

neekolas
Copy link

@neekolas neekolas commented Jan 18, 2024

In order to encrypt welcome messages we are going to use the existing HPKE infrastructure in OpenMLS. Many of these functions and types are currently private, so this PR makes them public to allow libxmtp to make use of them.

More info here

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ce07d17) 85.67% compared to head (86a8849) 85.67%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #15   +/-   ##
=======================================
  Coverage   85.67%   85.67%           
=======================================
  Files         171      171           
  Lines       19854    19854           
=======================================
+ Hits        17009    17010    +1     
+ Misses       2845     2844    -1     

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

@github-actions github-actions bot added size/s and removed size/xs labels Jan 18, 2024
@neekolas neekolas requested a review from richardhuaaa January 18, 2024 20:00
@neekolas neekolas marked this pull request as ready for review January 18, 2024 20:38
@neekolas neekolas merged commit a12c743 into main Jan 18, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants