Package net.i2p.util
Class SipHash
java.lang.Object
net.i2p.util.SipHash
Wrapper around SipHashInline with constant per-JVM keys
- Since:
 - 0.9.5
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
SipHash
public SipHash() 
 - 
 - 
Method Details
- 
digest
public static long digest(byte[] data) - Parameters:
 data- non-null
 - 
digest
public static long digest(byte[] data, int off, int len) - Parameters:
 data- non-null
 - 
hashCode
public static int hashCode(byte[] data) Secure replacement for DataHelper.hashCode(byte[]); caching recommended- Parameters:
 data- may be null
 
 -