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