public class SipHash
extends java.lang.Object
Functions in SipHash family are specified as SipHash-c-d, where c is the number of rounds per message block and d is the number of finalization rounds. The recommended parameters are SipHash-2-4 for best performance, and SipHash-4-8 for conservative security
Constructor and Description |
---|
SipHash() |
Modifier and Type | Method and Description |
---|---|
static long |
hashCode(byte[] data) |
static long |
hashCode(long k0,
long k1,
byte[] data) |
Copyright © 2003-present Jodd Team