Class Blake2b.Engine.Debug
- java.lang.Object
-
- net.sourceforge.plantuml.argon2.blake2.Blake2b.Engine.Debug
-
- Enclosing class:
- Blake2b.Engine
public static class Blake2b.Engine.Debug extends Object
-
-
Constructor Summary
Constructors Constructor Description Debug()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
dumpArray(String label, long[] b)
static void
dumpBuffer(PrintStream out, byte[] b)
static void
dumpBuffer(PrintStream out, byte[] b, int offset, int len)
static void
dumpBuffer(PrintStream out, String label, byte[] b)
static void
dumpBuffer(PrintStream out, String label, byte[] b, int offset, int len)
static void
dumpState(Blake2b.Engine e, String mark)
-
-
-
Method Detail
-
dumpState
public static void dumpState(Blake2b.Engine e, String mark)
-
dumpArray
public static void dumpArray(String label, long[] b)
-
dumpBuffer
public static void dumpBuffer(PrintStream out, String label, byte[] b)
-
dumpBuffer
public static void dumpBuffer(PrintStream out, byte[] b)
-
dumpBuffer
public static void dumpBuffer(PrintStream out, byte[] b, int offset, int len)
-
dumpBuffer
public static void dumpBuffer(PrintStream out, String label, byte[] b, int offset, int len)
-
-