Add specialization of SipHash for 256 + 32 bit data
commit7e0032290669fae5f52c256856c53038511c7db4
authorPieter Wuille <pieter.wuille@gmail.com>
Tue, 25 Apr 2017 18:29:16 +0000 (25 11:29 -0700)
committerPieter Wuille <pieter.wuille@gmail.com>
Fri, 26 May 2017 20:24:25 +0000 (26 13:24 -0700)
tree99c8556e0817c0edb36d86cc3196073407539ae5
parente484652fc36ef7135cf08ad380ea7142b6cbadc0
Add specialization of SipHash for 256 + 32 bit data

We'll need a version of SipHash for tuples of 256 bits and 32 bits
data, when CCoinsViewCache switches from using txids to COutPoints as
keys.
src/hash.cpp
src/hash.h
src/test/hash_tests.cpp