mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-08 03:55:11 +08: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
|