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

Support compressed keys #6

Closed
shesek opened this issue Nov 25, 2013 · 1 comment
Closed

Support compressed keys #6

shesek opened this issue Nov 25, 2013 · 1 comment

Comments

@shesek
Copy link
Owner

shesek commented Nov 25, 2013

No description provided.

@shesek
Copy link
Owner Author

shesek commented Nov 28, 2013

[master 1710362] Compressed keys support. Closes #6

Compressed keys are now the default. Requires some more testing, but seems like everything is working well.

@shesek shesek closed this as completed Nov 28, 2013
shesek pushed a commit that referenced this issue Dec 3, 2013
Added support for compressed keys, which required some refactoring:

- A new Key class was added that represents a public/private key, and wraps
  some of ECKey's functionality.
- Public/private keys are now passed around as a Key instance instead of
  plain byte arrays.
- Some other general improvments to handling of keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant