mirror of
https://github.com/python/cpython.git
synced 2026-08-14 06:51:26 +08: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