public final class Crypto
extends java.lang.Object
| Constructor and Description |
|---|
Crypto() |
| Modifier and Type | Method and Description |
|---|---|
static byte |
computeXor(byte[] buf) |
static byte |
computeXor(ByteReader buf) |
static int |
computeXorCrc32Unalign(ByteReader buf) |
static int |
fnvHash32(int val) |
static long |
fnvHash64(long val) |
public static int fnvHash32(int val)
public static long fnvHash64(long val)
public static byte computeXor(byte[] buf)
public static byte computeXor(ByteReader buf)
public static int computeXorCrc32Unalign(ByteReader buf)