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: Use blake256 directly in examples. #2697

Merged
merged 1 commit into from Aug 11, 2021

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Aug 4, 2021

This modifies the ecdsa and schnorr examples to call blake256 directly instead of indirecting through chainhash in order to avoid the chainhash dependency which is otherwise not needed.

The go.mod and go.sum files are updated accordingly to remove the no longer required dependency.

@davecgh davecgh added this to the 1.7.0 milestone Aug 4, 2021
This modifies the ecdsa and schnorr examples to call blake256 directly
instead of indirecting through chainhash in order to avoid the chainhash
dependency which is otherwise not needed.

The go.mod and go.sum files are updated accordingly to remove the
no longer required dependency.
@davecgh davecgh merged commit a1ce2e1 into decred:master Aug 11, 2021
@davecgh davecgh deleted the secp256k1_no_chainhash_dep branch August 11, 2021 20:35
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

4 participants