SIGN IN SIGN UP

bpo-32260: don't byte swap siphash keys (#4771)

Reference siphash takes the keys as a bytes, so it makes sense to byte swap
when reifying the keys as 64-bit integers. However, Python's siphash takes host
integers in to start with.
B
Benjamin Peterson committed
4e3e156391e70cd23cae18f2629ec323b3b1e7de
Parent: 42aa93b
Committed by GitHub <noreply@github.com> on 12/9/2017, 7:24:18 PM