Package | Description |
---|---|
org.dromara.hutool.core.codec.hash |
提供Hash算法的封装
|
org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
Modifier and Type | Class and Description |
---|---|
class |
CityHash
Google发布的Hash计算算法:CityHash64 与 CityHash128。
|
class |
MurmurHash
Murmur3 32bit、64bit、128bit 哈希算法实现
此算法来自于:... |
Modifier and Type | Class and Description |
---|---|
class |
MetroHash128
Apache 发布的MetroHash算法的128位实现,是一组用于非加密用例的最先进的哈希函数。
|
Copyright © 2025. All rights reserved.