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

Optimized secp256k1 #48

Merged
merged 4 commits into from
Oct 1, 2015
Merged

Conversation

xcthulhu
Copy link
Contributor

@xcthulhu xcthulhu commented Oct 1, 2015

I have checked this against my JVM implementation and both implementations can verify each other's signatures.

I have added tests to verify signatures from both implementations here.

I see no more outstanding issues; it would be great if we could merge this since I have upstream stuff that depends on this.

This closes #42, #43, #44, #46, and #47

Braydon Fuller and others added 4 commits September 18, 2015 09:49
- Uses optimized c secp256k1 library Node.js addon
- Browserified version continues to use elliptic.js
- Includes commands to build and release browser builds
- Commands to run node and browser tests with karma
@xcthulhu xcthulhu force-pushed the optimized-secp256k1 branch from 7b02926 to 203c458 Compare October 1, 2015 14:10
@braydonf
Copy link
Contributor

braydonf commented Oct 1, 2015

Thanks for adding the vectors!

@jgarzik
Copy link

jgarzik commented Oct 1, 2015

ACK

@pnagurny
Copy link
Contributor

pnagurny commented Oct 1, 2015

LGTM

pnagurny added a commit that referenced this pull request Oct 1, 2015
@pnagurny pnagurny merged commit 58be079 into bitpay:master Oct 1, 2015
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.

make-dist.sh doesn't check command path or success of bundle creation and minification
4 participants