public static class Blake2b.Engine extends java.lang.Object implements Blake2b
Modifier and Type | Class and Description |
---|---|
static class |
Blake2b.Engine.Assert |
static class |
Blake2b.Engine.Debug |
static class |
Blake2b.Engine.LittleEndian |
Blake2b.Digest, Blake2b.Engine, Blake2b.Mac, Blake2b.Param, Blake2b.Spec, Blake2b.Tree
Modifier and Type | Method and Description |
---|---|
byte[] |
digest() |
byte[] |
digest(byte[] input) |
void |
digest(byte[] output,
int off,
int len) |
static void |
main(java.lang.String... args) |
void |
reset() |
void |
update(byte b) |
void |
update(byte[] input) |
void |
update(byte[] b,
int off,
int len) |