Class Blake2b.Engine.Debug

  • Enclosing class:
    Blake2b.Engine

    public static class Blake2b.Engine.Debug
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Debug()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Debug

        public Debug()
    • Method Detail

      • dumpState

        public static void dumpState​(Blake2b.Engine e,
                                     java.lang.String mark)
      • 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)