entropyxyz / crypto-primes

Random prime generation and primality testing library based on `crypto-bigint`.
https://docs.rs/crypto-primes
Apache License 2.0
17 stars 4 forks source link

Bump `crypto-bigint` to 0.5.0-pre.2 #13

Closed fjarri closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 94.90% // Head: 94.85% // Decreases project coverage by -0.05% :warning:

Coverage data is based on head (7fe65fc) compared to base (bd60c9e). Patch coverage: 69.23% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #13 +/- ## ========================================== - Coverage 94.90% 94.85% -0.05% ========================================== Files 9 9 Lines 1000 991 -9 ========================================== - Hits 949 940 -9 Misses 51 51 ``` | [Impacted Files](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/hazmat/lucas.rs](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2hhem1hdC9sdWNhcy5ycw==) | `95.01% <ø> (ø)` | | | [src/traits.rs](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3RyYWl0cy5ycw==) | `0.00% <0.00%> (ø)` | | | [src/hazmat/miller\_rabin.rs](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2hhem1hdC9taWxsZXJfcmFiaW4ucnM=) | `98.75% <100.00%> (ø)` | | | [src/hazmat/sieve.rs](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2hhem1hdC9zaWV2ZS5ycw==) | `91.52% <100.00%> (-0.22%)` | :arrow_down: | | [src/presets.rs](https://codecov.io/gh/entropyxyz/crypto-primes/pull/13?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3ByZXNldHMucnM=) | `98.44% <100.00%> (-0.07%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.