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

Add mul_redc #126

Merged
merged 5 commits into from
Jun 9, 2022
Merged

Add mul_redc #126

merged 5 commits into from
Jun 9, 2022

Conversation

recmo
Copy link
Owner

@recmo recmo commented Jun 6, 2022

Motivation

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

@codecov
Copy link

codecov bot commented Jun 6, 2022

Codecov Report

Merging #126 (227c7dd) into main (85ca2bb) will increase coverage by 0.39%.
The diff coverage is 97.80%.

@@            Coverage Diff             @@
##             main     #126      +/-   ##
==========================================
+ Coverage   82.25%   82.65%   +0.39%     
==========================================
  Files          37       38       +1     
  Lines        4068     4156      +88     
==========================================
+ Hits         3346     3435      +89     
+ Misses        722      721       -1     
Impacted Files Coverage Δ
src/algorithms/gcd/matrix.rs 94.67% <ø> (ø)
src/algorithms/mod.rs 100.00% <ø> (ø)
src/modular.rs 99.60% <97.36%> (-0.40%) ⬇️
src/algorithms/mul_redc.rs 98.00% <98.00%> (ø)
src/mul.rs 93.11% <100.00%> (+0.45%) ⬆️
src/lib.rs 92.85% <0.00%> (+2.04%) ⬆️

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 85ca2bb...227c7dd. Read the comment docs.

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