diff options
| author | Cory Fields <[email protected]> | 2014-10-28 17:35:24 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-10-31 01:13:07 -0400 |
| commit | 78c228c6e5f35b6f2e1917d8677694779f837618 (patch) | |
| tree | d97155c6a1d16d5083dfd4fa70dd565679e99600 /src/hash.h | |
| parent | boost: moveonly: create eccryptoverify.h|cpp and move helper functions there (diff) | |
| download | discoin-78c228c6e5f35b6f2e1917d8677694779f837618.tar.xz discoin-78c228c6e5f35b6f2e1917d8677694779f837618.zip | |
boost: moveonly: move BIP32Hash to hash.h
Diffstat (limited to 'src/hash.h')
| -rw-r--r-- | src/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h index bdcd4afb4..53a7672a8 100644 --- a/src/hash.h +++ b/src/hash.h @@ -159,4 +159,5 @@ uint256 SerializeHash(const T& obj, int nType=SER_GETHASH, int nVersion=PROTOCOL unsigned int MurmurHash3(unsigned int nHashSeed, const std::vector<unsigned char>& vDataToHash); +void BIP32Hash(const unsigned char chainCode[32], unsigned int nChild, unsigned char header, const unsigned char data[32], unsigned char output[64]); #endif // BITCOIN_HASH_H |