Class Blake2b.Engine.Debug

    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

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