Package org.apache.commons.codec.digest
Class Blake3.Output
- java.lang.Object
-
- org.apache.commons.codec.digest.Blake3.Output
-
- Enclosing class:
- Blake3
private static class Blake3.Output extends java.lang.Object
Represents the state just prior to either producing an eight word chaining value or any number of output bytes when the ROOT flag is set.
-
-
Field Summary
Fields Modifier and Type Field Description private int
blockLength
private int[]
blockWords
private long
counter
private int
flags
private int[]
inputChainingValue
-
Constructor Summary
Constructors Modifier Constructor Description private
Output(int[] inputChainingValue, int[] blockWords, long counter, int blockLength, int flags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int[]
chainingValue()
private void
rootOutputBytes(byte[] out, int offset, int length)
-