mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-16 22:26:35 +00:00
6 lines
156 B
Go
6 lines
156 B
Go
/** COPY from https://github.com/zentures/cityhash/
|
|
|
|
NOTE: The code is modified to be compatible with CityHash128 used in ClickHouse
|
|
*/
|
|
package cityhash102
|