Skip to content

lib: implement Eth::Key class#4

Merged
q9f merged 14 commits intomainfrom
q9f/dep/crypto
Nov 30, 2021
Merged

lib: implement Eth::Key class#4
q9f merged 14 commits intomainfrom
q9f/dep/crypto

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Nov 30, 2021

Implemets Eth::Key using rbsecp256k1 instead of money-tree. fix #3

  • new()
  • new(priv)
  • private_hex
  • private_bytes
  • public_hex
  • public_bytes

unimplemented:

  • addresses
  • encrypt/decrypt with password
  • sign/verify/recover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implement key management using rbsecp256k1

1 participant