Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: c701477eafd41bac491b7e94a5c6a970aa4b96ab
https://github.com/btcsuite/btcd/commit/c701477eafd41bac491b7e94a5c6a970aa4b96ab
Author: Dave Collins <[email protected]>
Date: 2015-04-27 (Mon, 27 Apr 2015)
Changed paths:
M txscript/opcode.go
Log Message:
-----------
txscript: Slight crypto hash optimizations.
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.