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: aead crate upgrade #144

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 1, 2020

Upgrades to the aead v0.3.0-pre crate.

Upgrades to the `aead` v0.3.0-pre crate.
@codecov-commenter
Copy link

Codecov Report

Merging #144 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #144      +/-   ##
==========================================
+ Coverage   94.17%   94.21%   +0.03%     
==========================================
  Files          29       29              
  Lines         756      761       +5     
==========================================
+ Hits          712      717       +5     
  Misses         44       44              
Impacted Files Coverage Δ
chacha20poly1305/src/cipher.rs 93.75% <100.00%> (+0.64%) ⬆️
chacha20poly1305/src/lib.rs 76.92% <100.00%> (+1.92%) ⬆️
chacha20poly1305/src/xchacha20poly1305.rs 66.66% <100.00%> (+3.03%) ⬆️
chacha20poly1305/tests/lib.rs 100.00% <100.00%> (ø)

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 fed6ce8...58f4d3f. Read the comment docs.

@tarcieri tarcieri merged commit 814721b into master Jun 1, 2020
@tarcieri tarcieri deleted the chacha20poly1305/aead-crate-upgrade branch June 1, 2020 15:03
@tarcieri tarcieri mentioned this pull request Jun 7, 2020
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