81d313a6ffc379054a00377b1852adfaf3427e51 |
|
19-Nov-2015 |
Martin Pitt <martin.pitt@ubuntu.com> |
test: remove wrong endianess conversion in test-siphash24
Commit 933f9caee changed the returned result of siphash24_finalize() from
little-endian to native. Follow suit in test-siphash24 and drop the endianess
conversion there as well, so that this succeeds on big-endian machines again.
Fixes #1946. |
69b98e71b4e5a915d59ea814386cf1c8e2a0e297 |
|
16-Nov-2015 |
Martin Pitt <martin.pitt@ubuntu.com> |
siphash42: add tests with unaligned input pointers
Add test case for calling siphash24 with unaligned input pointers, as we
commonly get with calling it on the result on basename() or similar.
This provides a test for PR #1916, rescued from the superseded PR #1911.
Thanks to Steve Langasek for the test! |