Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-06 | siphash24: unify API | Tom 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-05 | test: siphash24 - verify internal state and composability | Tom 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-05 | test: siphash24 - add regression test | Tom Gundersen | |