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

txscript: Slight crypto hash optimizations. #404

Merged

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Apr 27, 2015

This pull request very slightly optimizes the cryptographic hashing performed by the script opcodes by calling the hash sum routines directly (for those that support it) rather than allocating a new generic hash.Hash
hasher instance for them.

This commit very slightly optimizes the cryptographic hashing performed
by the script opcodes by calling the hash sum routines directly (for
those that support it) rather than allocating a new generic hash.Hash
hasher instance for them.
@conformal-deploy conformal-deploy merged commit c701477 into btcsuite:master Apr 27, 2015
@davecgh davecgh deleted the txscript_crypto_hash_optimize branch April 27, 2015 19:34
SirHalsell added a commit to FactomProject/btcd that referenced this pull request Jun 13, 2015
jrick pushed a commit to jrick/btcd that referenced this pull request Oct 6, 2016
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.

3 participants