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

unsure how to impliment #4

Closed
netpipe opened this issue Sep 21, 2018 · 2 comments
Closed

unsure how to impliment #4

netpipe opened this issue Sep 21, 2018 · 2 comments

Comments

@netpipe
Copy link

netpipe commented Sep 21, 2018

https://github.com/tecan/EcoCoin starting work on a new type of cryptocoin , is there a more in depth guide to what pubPointX pubPointY and r and s values are suposed to be ? ( scratches head) also how would i get a message hash from a string or file using these utils ?

@nayuki
Copy link
Owner

nayuki commented Sep 25, 2018

I will not be giving free personal tutorials beyond any writing that I have already published. I only supply the library code.

You are responsible for reading and learning the cryptography concepts, such as elliptic curves and ECDSA. If you need help, ask your question a public community forum like Cryptography Stack Exchange.

@sleepdefic1t
Copy link

sleepdefic1t commented Sep 28, 2018

@tecan
You can see one implementation here:

https://github.com/ArkEcosystem/cpp-crypto/blob/master/src/helpers/crypto.cpp

This stuff is hard to wrap your head around,
but you’ll get there 👍

@nayuki nayuki closed this as completed Oct 9, 2018
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

No branches or pull requests

3 participants