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

secp256k1: Reduce privkey copies. #2131

Merged
merged 1 commit into from
Mar 20, 2020

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Mar 20, 2020

This reduces the number of internal copies of private keys that are made when serializing them and parsing them from bytes in order to help reduce the attack surface.

@davecgh davecgh added this to the 1.6.0 milestone Mar 20, 2020
This reduces the number of internal copies of private keys that are made
when serializing them and parsing them from bytes in order to help
reduce the attack surface.
@davecgh davecgh force-pushed the secp256k1_reduce_privkey_copies branch from a1eab33 to d4c8d7f Compare March 20, 2020 18:59
@davecgh davecgh merged commit d4c8d7f into decred:master Mar 20, 2020
@davecgh davecgh deleted the secp256k1_reduce_privkey_copies branch March 20, 2020 19:03
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.

None yet

2 participants