Package | Description |
---|---|
org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
Modifier and Type | Interface and Description |
---|---|
interface |
MetroHash<R extends MetroHash<R>>
Apache 发布的MetroHash算法接口,是一组用于非加密用例的最先进的哈希函数。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMetroHash<R extends AbstractMetroHash<R>>
Apache 发布的MetroHash算法抽象实现,是一组用于非加密用例的最先进的哈希函数。
|
class |
MetroHash128
Apache 发布的MetroHash算法的128位实现,是一组用于非加密用例的最先进的哈希函数。
|
class |
MetroHash64
Apache 发布的MetroHash算法的64位实现,是一组用于非加密用例的最先进的哈希函数。
|
Modifier and Type | Method and Description |
---|---|
static MetroHash<?> |
MetroHash.of(long seed,
boolean is128)
创建
MetroHash 对象 |
Copyright © 2025. All rights reserved.