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

NCC audit fixes #26

Closed fjarri closed 1 year ago

fjarri commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01 :tada:

Comparison is base (c6bbdf3) 98.63% compared to head (e1fdbe6) 98.65%.

:exclamation: Current head e1fdbe6 differs from pull request most recent head 537a097. Consider uploading reports for the commit 537a097 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================== + Coverage 98.63% 98.65% +0.01% ========================================== Files 10 10 Lines 1320 1339 +19 ========================================== + Hits 1302 1321 +19 Misses 18 18 ``` | [Impacted Files](https://app.codecov.io/gh/entropyxyz/crypto-primes/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=entropyxyz) | Coverage Δ | | |---|---|---| | [src/hazmat/jacobi.rs](https://app.codecov.io/gh/entropyxyz/crypto-primes/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=entropyxyz#diff-c3JjL2hhem1hdC9qYWNvYmkucnM=) | `100.00% <100.00%> (ø)` | | | [src/hazmat/lucas.rs](https://app.codecov.io/gh/entropyxyz/crypto-primes/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=entropyxyz#diff-c3JjL2hhem1hdC9sdWNhcy5ycw==) | `98.63% <100.00%> (ø)` | | | [src/hazmat/miller\_rabin.rs](https://app.codecov.io/gh/entropyxyz/crypto-primes/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=entropyxyz#diff-c3JjL2hhem1hdC9taWxsZXJfcmFiaW4ucnM=) | `99.46% <100.00%> (+<0.01%)` | :arrow_up: | | [src/hazmat/sieve.rs](https://app.codecov.io/gh/entropyxyz/crypto-primes/pull/26?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=entropyxyz#diff-c3JjL2hhem1hdC9zaWV2ZS5ycw==) | `100.00% <100.00%> (ø)` | |

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