public final class SipHashInline
extends java.lang.Object
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
static long |
hash24(long k0,
long k1,
byte[] data) |
|
static long |
hash24(long k0,
long k1,
byte[] data,
int off,
int len) |
public static long hash24(long k0,
long k1,
byte[] data)
k0 - the first 8 bytes of the keyk1 - the last 8 bytes of the keypublic static long hash24(long k0,
long k1,
byte[] data,
int off,
int len)
k0 - the first 8 bytes of the keyk1 - the last 8 bytes of the key