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 Details

    • Debug

      public Debug()
  • Method Details

    • 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)