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

age: Take recipients by reference in Encryptor::with_recipients #523

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

str4d
Copy link
Owner

@str4d str4d commented Aug 30, 2024

This aligns it with Decryptor, and means that recipients can be used to encrypt multiple files without cloning.

Part of #353.

This aligns it with `Decryptor`, and means that recipients can be
used to encrypt multiple files without cloning.

Part of #353.
@str4d str4d added this to the rage 0.11.0 milestone Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 87.09677% with 4 lines in your changes missing coverage. Please review.

Project coverage is 50.87%. Comparing base (8b0b65e) to head (9ab26bf).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
age/src/protocol.rs 86.95% 3 Missing ⚠️
age/src/error.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #523      +/-   ##
==========================================
- Coverage   50.88%   50.87%   -0.02%     
==========================================
  Files          42       42              
  Lines        4121     4136      +15     
==========================================
+ Hits         2097     2104       +7     
- Misses       2024     2032       +8     

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

@str4d str4d merged commit 9af4790 into main Aug 30, 2024
36 of 37 checks passed
@str4d str4d deleted the recipients-by-ref branch August 30, 2024 15:29
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