Package org.apache.commons.codec.digest
Class Blake3.Output
- java.lang.Object
-
- org.apache.commons.codec.digest.Blake3.Output
-
- Enclosing class:
- Blake3
private static final class Blake3.Output extends java.lang.ObjectRepresents 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 intblockLengthprivate int[]blockWordsprivate longcounterprivate intflagsprivate int[]inputChainingValue
-
Constructor Summary
Constructors Modifier Constructor Description privateOutput(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 voidrootOutputBytes(byte[] out, int offset, int length)
-