test: siphash24 - verify internal state and composability
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 22:24:23 +0000 (00:24 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 5 Oct 2015 15:33:58 +0000 (17:33 +0200)
commit1283d704172cb3852c717fe8cfaebe7a56d0aebf
tree64e004ed79c652314addf860159dd89a3f7a8063
parent7c57f504c935a34362d36f514a409f4cbd23a349
test: siphash24 - verify internal state and composability

Verify the state of the hash-function according to the reference paper,
also verify that we can decompose the input and hash the chunks one
by one and still get the same result.
src/test/test-siphash24.c