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 Secp256k1 #29

Merged
merged 18 commits into from
Apr 16, 2023
Merged

Add Secp256k1 #29

merged 18 commits into from
Apr 16, 2023

Conversation

bytemare
Copy link
Owner

No description provided.

…ass curves, update tests

Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Apr 16, 2023

Codecov Report

Merging #29 (a254dc0) into main (b866f41) will decrease coverage by 2.27%.
The diff coverage is 77.89%.

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
- Coverage   81.47%   79.21%   -2.27%     
==========================================
  Files          16       21       +5     
  Lines         934     1405     +471     
==========================================
+ Hits          761     1113     +352     
- Misses        112      212     +100     
- Partials       61       80      +19     
Impacted Files Coverage Δ
element.go 82.05% <ø> (+2.56%) ⬆️
internal/edwards25519/element.go 78.18% <ø> (ø)
internal/edwards25519/group.go 90.90% <ø> (ø)
internal/edwards25519/scalar.go 80.00% <ø> (ø)
internal/misc.go 50.00% <ø> (ø)
internal/ristretto/element.go 79.66% <ø> (ø)
internal/ristretto/ristretto.go 76.92% <ø> (ø)
internal/ristretto/scalar.go 84.55% <ø> (ø)
scalar.go 79.59% <ø> (ø)
internal/nist/group.go 86.30% <62.50%> (+0.19%) ⬆️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 23 Code Smells

81.7% 81.7% Coverage
0.0% 0.0% Duplication

@bytemare bytemare merged commit 7fe5a68 into main Apr 16, 2023
@bytemare bytemare deleted the secp256k1 branch April 16, 2023 15:20
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.

None yet

1 participant