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

mgm: remove unnecessary NewBlockCipher bounds #314

Merged
merged 2 commits into from
May 20, 2021
Merged

mgm: remove unnecessary NewBlockCipher bounds #314

merged 2 commits into from
May 20, 2021

Conversation

newpavlov
Copy link
Member

This change allows us to work with Mgm<&'a BlockCipher>.

@codecov-commenter
Copy link

Codecov Report

Merging #314 (1da77fe) into master (99bf36c) will not change coverage.
The diff coverage is n/a.

❗ Current head 1da77fe differs from pull request most recent head ddf4b78. Consider uploading reports for the commit ddf4b78 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master     #314   +/-   ##
=======================================
  Coverage   84.47%   84.47%           
=======================================
  Files          31       31           
  Lines        1140     1140           
=======================================
  Hits          963      963           
  Misses        177      177           
Impacted Files Coverage Δ
mgm/src/lib.rs 96.55% <ø> (ø)

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 99bf36c...ddf4b78. Read the comment docs.

@newpavlov newpavlov merged commit 7d690bd into master May 20, 2021
@newpavlov newpavlov deleted the mgm_bounds branch May 20, 2021 17:24
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