Feature Request: Add support for (half)Siphash
Closed this issue · 2 comments
Entreco commented
Let me create a PR for you, which will add Siphash and Halfsiphash support.
I need it myself, and already have a working kotlin implementation.
Might need some help to verify which platforms are supported.
More info on Siphash: https://en.wikipedia.org/wiki/SipHash
HalfSipHash-2-4 is quite popular due to its good security-versus-speed tradeoff.
It is used in some crypto applications -> that is how I found this library.
robxyy commented
Thanks. Currently Long
type is very slow on js
platform, we will improve it in the future.