Class Blake2b.Param

    • Constructor Detail

      • Param

        public Param()
    • Method Detail

      • initialized_H

        public long[] initialized_H()
      • getBytes

        public byte[] getBytes()
        package only - copy returned - do not use in functional loops
      • getDigestLength

        public final int getDigestLength()
      • setDigestLength

        public final Blake2b.Param setDigestLength​(int len)
      • getKeyLength

        public final int getKeyLength()
      • getFanout

        public final int getFanout()
      • setFanout

        public final Blake2b.Param setFanout​(int fanout)
      • getDepth

        public final int getDepth()
      • getLeafLength

        public final int getLeafLength()
      • setLeafLength

        public final Blake2b.Param setLeafLength​(int leaf_length)
      • getNodeOffset

        public final long getNodeOffset()
      • setNodeOffset

        public final Blake2b.Param setNodeOffset​(long node_offset)
      • getNodeDepth

        public final int getNodeDepth()
      • setNodeDepth

        public final Blake2b.Param setNodeDepth​(int node_depth)
      • getInnerLength

        public final int getInnerLength()
      • setInnerLength

        public final Blake2b.Param setInnerLength​(int inner_length)
      • hasKey

        public final boolean hasKey()
      • setPersonal

        public final Blake2b.Param setPersonal​(byte[] personal)