Package org.apache.commons.codec.digest
Class Blake3.ChunkState
java.lang.Object
org.apache.commons.codec.digest.Blake3.ChunkState
- Enclosing class:
Blake3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byte[]
private int
private int
private int[]
private final long
private final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int
length()
private Blake3.Output
output()
private int
private void
update
(byte[] input, int offset, int length)
-
Field Details
-
chainingValue
private int[] chainingValue -
chunkCounter
private final long chunkCounter -
flags
private final int flags -
block
private final byte[] block -
blockLength
private int blockLength -
blocksCompressed
private int blocksCompressed
-
-
Constructor Details
-
ChunkState
private ChunkState(int[] key, long chunkCounter, int flags)
-
-
Method Details
-
length
private int length() -
startFlag
private int startFlag() -
update
private void update(byte[] input, int offset, int length) -
output
-