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

Public API changes to increase familiarity #107

Merged
merged 4 commits into from
Oct 27, 2019
Merged

Public API changes to increase familiarity #107

merged 4 commits into from
Oct 27, 2019

Conversation

brycx
Copy link
Member

@brycx brycx commented Oct 26, 2019

Implements #106.

@brycx brycx added usability Issues or improvements related to UX breaking change A breaking change labels Oct 26, 2019
@codecov
Copy link

codecov bot commented Oct 26, 2019

Codecov Report

Merging #107 into master will increase coverage by 0.11%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   97.39%   97.51%   +0.11%     
==========================================
  Files          47       47              
  Lines        6152     6150       -2     
==========================================
+ Hits         5992     5997       +5     
+ Misses        160      153       -7
Impacted Files Coverage Δ
src/hazardous/aead/streaming.rs 98.23% <100%> (ø) ⬆️
src/hazardous/mac/hmac.rs 93.42% <100%> (-0.17%) ⬇️
src/hazardous/hash/blake2b.rs 93.18% <100%> (ø) ⬆️
src/kdf.rs 100% <100%> (+2.85%) ⬆️
src/auth.rs 100% <100%> (ø) ⬆️
src/hazardous/mac/poly1305.rs 94.67% <100%> (ø) ⬆️
src/typedefs.rs 96.32% <100%> (ø) ⬆️
tests/mac/mod.rs 100% <100%> (ø) ⬆️
tests/hash/mod.rs 100% <100%> (ø) ⬆️
src/hazardous/hash/sha512.rs 96.25% <100%> (ø) ⬆️
... and 7 more

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 5b8ee89...f17ee95. Read the comment docs.

@brycx brycx merged commit 3cd6c1f into master Oct 27, 2019
@brycx brycx deleted the api-new branch October 27, 2019 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change A breaking change usability Issues or improvements related to UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant