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

chacha20poly1305 0.8 #245

Closed
wants to merge 1 commit into from
Closed

chacha20poly1305 0.8 #245

wants to merge 1 commit into from

Conversation

str4d
Copy link
Owner

@str4d str4d commented Aug 8, 2021

Closes #231.

@codecov
Copy link

codecov bot commented Aug 8, 2021

Codecov Report

Merging #245 (bc44019) into main (bc8742b) will decrease coverage by 0.08%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
- Coverage   33.84%   33.75%   -0.09%     
==========================================
  Files          34       34              
  Lines        3064     3063       -1     
==========================================
- Hits         1037     1034       -3     
- Misses       2027     2029       +2     
Impacted Files Coverage Δ
age/src/primitives/stream.rs 59.48% <0.00%> (ø)
age-core/src/primitives.rs 92.30% <100.00%> (ø)
age/src/primitives.rs 43.75% <0.00%> (-6.25%) ⬇️
age/src/protocol/decryptor.rs 38.70% <0.00%> (-5.05%) ⬇️
age/src/util.rs 50.00% <0.00%> (-5.00%) ⬇️
age-core/src/format.rs 76.62% <0.00%> (-1.30%) ⬇️
age/src/ssh.rs 26.92% <0.00%> (-0.35%) ⬇️
age/src/identity.rs 49.33% <0.00%> (+0.64%) ⬆️
age/src/ssh/identity.rs 34.28% <0.00%> (+0.71%) ⬆️
age/src/format.rs 60.00% <0.00%> (+1.25%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc8742b...bc44019. Read the comment docs.

We switch from the c2-chacha crate to the chacha20 crate for trait
compatibility.
@str4d
Copy link
Owner Author

str4d commented Aug 29, 2021

Replaced by #251.

@str4d str4d closed this Aug 29, 2021
@str4d str4d deleted the chacha20poly1305-0.8 branch August 30, 2021 02:13
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.

RUSTSEC-2021-0064: cpuid-bool has been renamed to cpufeatures
1 participant