]> git.ozlabs.org Git - ccan/commit
siphash: Use simple but misalignment-correct implementation of W64
authorUlrik Sverdrup <ulrik.sverdrup@gmail.com>
Sun, 13 Jan 2013 15:24:11 +0000 (16:24 +0100)
committerUlrik Sverdrup <ulrik.sverdrup@gmail.com>
Mon, 14 Jan 2013 21:23:20 +0000 (22:23 +0100)
commitbbfec6b1b466bf0000b47eb33f2c624871e0dbd2
tree79d499e998a9e52e69d6182b02c4cb499e148797
parent480b3117c39b91fcb6d39c60222232b7608f5507
siphash: Use simple but misalignment-correct implementation of W64

A simple implementation compiles very well with gcc and clang on ppc and
x86, and will handle any-aligned input.
ccan/siphash/siphash.c