类 SipHash
- java.lang.Object
-
- com.github.myibu.algorithm.hash.SipHash
-
- 直接已知子类:
SipHash13
public class SipHash extends java.lang.ObjectSipHash 2-4 algorithm
-
-
字段概要
字段 修饰符和类型 字段 说明 protected intcprotected intdprotected static intDEFAULT_SEED_SIZEprotected byte[]hashSeed
-
-
-
字段详细资料
-
hashSeed
protected byte[] hashSeed
-
c
protected int c
-
d
protected int d
-
DEFAULT_SEED_SIZE
protected static final int DEFAULT_SEED_SIZE
- 另请参阅:
- 常量字段值
-
-