-
Notifications
You must be signed in to change notification settings - Fork 139
New native recipient types #590
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #590 +/- ##
==========================================
- Coverage 56.77% 56.65% -0.13%
==========================================
Files 43 45 +2
Lines 4507 4566 +59
==========================================
+ Hits 2559 2587 +28
- Misses 1948 1979 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8663b7e to
cdfa279
Compare
|
Hello! I've been working on an implementation of the MLKEM768x25519 identity type, and have reached compliance with age's Go implementation. I'm new to both Rust and cryptography, and this took quite a lot of work, so I'm sure the code health is less than exceptional. I've tried to leave some comments for you. The code lies in a separate branch in this file (src-tauri/src/crypto/hybrid.rs). I ended up using the hpke-rs crate with the libcrux backend. Hopefully this can be of some use to you. |
|
I've since merged my changes into the main branch, so a link to the up-to-date code is here. I'll likely spin it out into a new crate in the future. |
b2995de to
fa7b543
Compare
524aa83 to
f9f99d4
Compare
f9f99d4 to
445aaa7
Compare
445aaa7 to
90fd75f
Compare
As added to the age specification in C2SP/C2SP#156.