summaryrefslogtreecommitdiff
path: root/src/test/test-siphash24.c
AgeCommit message (Collapse)Author
2015-10-06siphash24: unify APITom Gundersen
Make the API of the new helpers more similar to the old wrapper. In particular we now return the hash as a byte string to avoid any endianness problems.
2015-10-05test: siphash24 - verify internal state and composabilityTom Gundersen
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.
2015-10-05test: siphash24 - add regression testTom Gundersen