public static class Blake2b.Engine.Debug
extends java.lang.Object
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpArray(java.lang.String label,
long[] b) |
static void |
dumpBuffer(java.io.PrintStream out,
byte[] b) |
static void |
dumpBuffer(java.io.PrintStream out,
byte[] b,
int offset,
int len) |
static void |
dumpBuffer(java.io.PrintStream out,
java.lang.String label,
byte[] b) |
static void |
dumpBuffer(java.io.PrintStream out,
java.lang.String label,
byte[] b,
int offset,
int len) |
static void |
dumpState(Blake2b.Engine e,
java.lang.String mark) |
public static void dumpState(Blake2b.Engine e, java.lang.String mark)
public static void dumpArray(java.lang.String label,
long[] b)
public static void dumpBuffer(java.io.PrintStream out,
java.lang.String label,
byte[] b)
public static void dumpBuffer(java.io.PrintStream out,
byte[] b)
public static void dumpBuffer(java.io.PrintStream out,
byte[] b,
int offset,
int len)
public static void dumpBuffer(java.io.PrintStream out,
java.lang.String label,
byte[] b,
int offset,
int len)