| 程序包 | 说明 |
|---|---|
| org.dromara.hutool.core.codec.hash.metro |
MetroHash算法实现
参考:https://github.com/postamar/java-metrohash |
| 限定符和类型 | 方法和说明 |
|---|---|
static MetroHash128 |
MetroHash128.of(long seed)
创建
MetroHash128对象 |
MetroHash128 |
MetroHash128.reset() |
MetroHash128 |
MetroHash128.write(ByteBuffer output,
ByteOrder byteOrder) |
Copyright © 2023. All rights reserved.