public static class Blake2b.Engine.LittleEndian
extends java.lang.Object
| Constructor and Description |
|---|
LittleEndian() |
| Modifier and Type | Method and Description |
|---|---|
static int |
readInt(byte[] b,
int off) |
static long |
readLong(byte[] b,
int off)
Little endian - byte[] to long
|
static java.lang.String |
toHexStr(byte[] b) |
static java.lang.String |
toHexStr(byte[] b,
boolean upperCase) |
static void |
writeInt(int v,
byte[] b,
int off)
Little endian - int to byte[]
|
static void |
writeLong(long v,
byte[] b,
int off)
Little endian - long to byte[]
|
public static java.lang.String toHexStr(byte[] b)
public static java.lang.String toHexStr(byte[] b,
boolean upperCase)
public static int readInt(byte[] b,
int off)
public static long readLong(byte[] b,
int off)
public static void writeLong(long v,
byte[] b,
int off)
public static void writeInt(int v,
byte[] b,
int off)