getamis / alice

Hierarchical Threshold Signature Scheme
Apache License 2.0
376 stars 75 forks source link

crypto/elliptic: support p256 curve #254

Closed markya0616 closed 1 year ago

markya0616 commented 1 year ago

Before submitting a pull request, please make sure the following is done:

Checklist

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (3b7f48f) 80.52% compared to head (fb7cb19) 80.59%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #254 +/- ## ========================================== + Coverage 80.52% 80.59% +0.07% ========================================== Files 143 145 +2 Lines 11212 11214 +2 ========================================== + Hits 9028 9038 +10 + Misses 1374 1370 -4 + Partials 810 806 -4 ``` | [Impacted Files](https://codecov.io/gh/getamis/alice/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getamis) | Coverage Δ | | |---|---|---| | [crypto/elliptic/elliptic\_curve.go](https://codecov.io/gh/getamis/alice/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getamis#diff-Y3J5cHRvL2VsbGlwdGljL2VsbGlwdGljX2N1cnZlLmdv) | `100.00% <100.00%> (ø)` | | | [crypto/elliptic/p256.go](https://codecov.io/gh/getamis/alice/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getamis#diff-Y3J5cHRvL2VsbGlwdGljL3AyNTYuZ28=) | `100.00% <100.00%> (ø)` | | | [crypto/elliptic/secp256k1.go](https://codecov.io/gh/getamis/alice/pull/254?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getamis#diff-Y3J5cHRvL2VsbGlwdGljL3NlY3AyNTZrMS5nbw==) | `100.00% <100.00%> (ø)` | | ... and [5 files with indirect coverage changes](https://codecov.io/gh/getamis/alice/pull/254/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=getamis)

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