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

Hardware wallet #43

Closed
wants to merge 73 commits into from
Closed

Hardware wallet #43

wants to merge 73 commits into from

Conversation

mpsido
Copy link
Contributor

@mpsido mpsido commented Feb 26, 2018

Done these steps of this issue #31

  • func GenerateDeterministicKeyPairs(seed []byte, n int) []SecKey
  • func ECDH(pub PubKey, sec SecKey) []byte
  • PubKey, PubKeyFromSecKey(seckey SecKey) PubKey
  • AddressFromPubKey(pubKey PubKey) Address

…e_deterministic_key_pair_seckey (typo mistake)
…t function and improving the test with more test cases
@olemis
Copy link

olemis commented Apr 14, 2018

There is a PR for a libskycoin C library generated from go lang source code . Is it worthy to duplicate all the same code in C and duplicate the maintenance effort ? Can we help you use the lib generated from golang ?

@mpsido mpsido closed this Jun 26, 2018
@mpsido
Copy link
Contributor Author

mpsido commented Jun 26, 2018

ongoing work had been moved to master

@mpsido mpsido deleted the hardware-wallet branch June 26, 2018 07: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.

2 participants