mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
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.
Miscellaneous source files for the main Python shared library