Package | Description |
---|---|
cn.hutool.core.lang.hash |
提供Hash算法的封装
|
cn.hutool.core.util |
提供各种工具方法,按照归类入口为XXXUtil,如字符串工具StrUtil等
|
Modifier and Type | Method and Description |
---|---|
static Number128 |
MetroHash.hash128(byte[] data) |
static Number128 |
CityHash.hash128(byte[] data)
计算128位City Hash值
|
static Number128 |
MetroHash.hash128(byte[] data,
long seed) |
static Number128 |
CityHash.hash128(byte[] data,
Number128 seed)
计算128位City Hash值
|
Number128 |
Hash128.hash128(T t)
计算Hash值
|
Modifier and Type | Method and Description |
---|---|
static Number128 |
CityHash.hash128(byte[] data,
Number128 seed)
计算128位City Hash值
|
Modifier and Type | Method and Description |
---|---|
static long[] |
HashUtil.cityHash128(byte[] data,
Number128 seed)
CityHash算法128-bit实现
|
Copyright © 2024. All rights reserved.