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 java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Debug
public Debug()
-
-
Method Details
-
dumpState
-
dumpArray
public static void dumpArray(java.lang.String label, long[] b) -
dumpBuffer
public static void dumpBuffer(java.io.PrintStream out, java.lang.String label, byte[] b) -
dumpBuffer
public static void dumpBuffer(java.io.PrintStream out, byte[] b) -
dumpBuffer
public static void dumpBuffer(java.io.PrintStream out, byte[] b, int offset, int len) -
dumpBuffer
public static void dumpBuffer(java.io.PrintStream out, java.lang.String label, byte[] b, int offset, int len)
-