Package | Description |
---|---|
org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
Modifier and Type | Method and Description |
---|---|
static MetroHash128 |
MetroHash128.of(long seed)
创建
MetroHash128 对象 |
MetroHash128 |
MetroHash128.reset() |
MetroHash128 |
MetroHash128.write(ByteBuffer output,
ByteOrder byteOrder) |
Copyright © 2025. All rights reserved.