Class Blake3.EngineState

  • Enclosing class:
    Blake3

    private static final class Blake3.EngineState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EngineState​(int[] key, int flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void addChunkCV​(int[] firstCV, long totalChunks)  
      private void inputData​(byte[] in, int offset, int length)  
      private void outputHash​(byte[] out, int offset, int length)  
      private int[] popCV()  
      private void pushCV​(int[] cv)  
      private void reset()  
      • Methods inherited from class java.lang.Object

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

      • key

        private final int[] key
      • flags

        private final int flags
      • cvStack

        private final int[][] cvStack
      • stackLen

        private int stackLen
    • Constructor Detail

      • EngineState

        private EngineState​(int[] key,
                            int flags)
    • Method Detail

      • addChunkCV

        private void addChunkCV​(int[] firstCV,
                                long totalChunks)
      • inputData

        private void inputData​(byte[] in,
                               int offset,
                               int length)
      • outputHash

        private void outputHash​(byte[] out,
                                int offset,
                                int length)
      • popCV

        private int[] popCV()
      • pushCV

        private void pushCV​(int[] cv)
      • reset

        private void reset()