pysiphash
pysiphash copied to clipboard
SipHash in Python
Results
2
pysiphash issues
Sort by
recently updated
recently updated
newest added
Would be really cool to "speed up" this library by hooking into the CPython implementation if it's available / has same version :)
First of all thank you for the library, it saved me some time 👍🏼 What I found slightly inconvenient is that some other libraries implementing `SipHash` in other languages ([guava...