Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

update some dependencies and use scalarbasemult for nist curves when posssible #43

Merged
merged 5 commits into from
Nov 27, 2023

add tests

55b926d
Select commit
Loading
Failed to load commit list.
Merged

update some dependencies and use scalarbasemult for nist curves when posssible #43

add tests
55b926d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 27, 2023 in 1s

78.98% (-2.50%) compared to b866f41

View this Pull Request on Codecov

78.98% (-2.50%) compared to b866f41

Details

Codecov Report

Attention: 68 lines in your changes are missing coverage. Please review.

Comparison is base (b866f41) 81.47% compared to head (55b926d) 78.98%.
Report is 9 commits behind head on main.

Files Patch % Lines
internal/field/field.go 50.81% 29 Missing and 1 partial ⚠️
internal/secp256k1/scalar.go 76.27% 8 Missing and 6 partials ⚠️
internal/nist/element.go 69.23% 6 Missing and 2 partials ⚠️
internal/edwards25519/map.go 66.66% 2 Missing and 2 partials ⚠️
internal/nist/group.go 75.00% 3 Missing ⚠️
internal/nist/scalar.go 88.46% 2 Missing and 1 partial ⚠️
internal/secp256k1/element.go 92.10% 2 Missing and 1 partial ⚠️
groups.go 50.00% 2 Missing ⚠️
internal/secp256k1/group.go 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
- Coverage   81.47%   78.98%   -2.50%     
==========================================
  Files          16       19       +3     
  Lines         934     1066     +132     
==========================================
+ Hits          761      842      +81     
- Misses        112      154      +42     
- Partials       61       70       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.