public final class SipHashInline extends Object
Modifier and Type | Method and Description |
---|---|
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