public class Blake2b
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
CKB_HASH_PERSONALIZATION |
static int |
DIGEST_LENGTH |
| Constructor and Description |
|---|
Blake2b() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
digest(byte[] input) |
byte[] |
doFinal() |
void |
update(byte[] input) |
public static final byte[] CKB_HASH_PERSONALIZATION
public static final int DIGEST_LENGTH