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

use native secp256k1 #5

Merged
merged 9 commits into from
Apr 18, 2020
Merged

use native secp256k1 #5

merged 9 commits into from
Apr 18, 2020

Conversation

q9f
Copy link
Contributor

@q9f q9f commented Feb 11, 2020

ref #4

just seeing how my library applies in the wild.

@kingsleyh
Copy link
Contributor

This looks pretty good. Your secp256k1 library looks good. Maybe I can convince you to help out on my blockchain platform https://sushichain.io :)

@q9f q9f marked this pull request as ready for review February 11, 2020 12:45
@q9f
Copy link
Contributor Author

q9f commented Feb 11, 2020

replaced all secp256k1 with the native library except for encrypt/decrypt. ref q9f/secp256k1.cr#22

note, that apparently, I used a different signing algorithm. this should not be merged until I figure out how to match your signature scheme. tests pass because it only verifies self-generated signatures.

@kingsleyh
Copy link
Contributor

I'm going to start using this - the signing algorithm is not an issue - I've re-worked a few things so it's compatible.

@kingsleyh kingsleyh merged commit b28d661 into Axentro:master Apr 18, 2020
@q9f q9f deleted the q9-crystal-native branch April 18, 2020 11:37
@q9f
Copy link
Contributor Author

q9f commented Apr 18, 2020

cool

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.

2 participants