public static interface Blake2b.Spec
Modifier and Type | Field and Description |
---|---|
static int |
block_bytes
pblock size of blake2b
|
static long[] |
IV
initialization values map ref-Spec IV[i] slice iv[i*8:i*8+7]
|
static int |
max_digest_bytes
maximum digest size
|
static int |
max_key_bytes
maximum key sie
|
static long |
max_node_offset
max node offset value.
|
static int |
max_personalization_bytes
maximum personalization string size
|
static int |
max_salt_bytes
maximum salt size
|
static int |
max_tree_depth
max tree depth value
|
static int |
max_tree_fantout
max tree fanout value
|
static int |
max_tree_inner_length
max tree inner length value
|
static int |
max_tree_leaf_length
max tree leaf length value.Note that this has uint32 semantics and thus
0xFFFFFFFF is used as max value limit.
|
static int |
param_bytes
pblock size of blake2b
|
static byte[][] |
sigma
sigma per spec used in compress func generation - for reference only
|
static int |
state_space_len
length of h space vector array
|
static final int param_bytes
static final int block_bytes
static final int max_digest_bytes
static final int max_key_bytes
static final int max_salt_bytes
static final int max_personalization_bytes
static final int state_space_len
static final int max_tree_fantout
static final int max_tree_depth
static final int max_tree_leaf_length
static final long max_node_offset
static final int max_tree_inner_length
static final long[] IV
static final byte[][] sigma