Interface Blake2b.Spec
- Enclosing interface:
- Blake2b
public static interface Blake2b.Spec
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intpblock size of blake2bstatic final long[]initialization values map ref-Spec IV[i] slice iv[i*8:i*8+7]static final intmaximum digest sizestatic final intmaximum key siestatic final longmax node offset value.static final intmaximum personalization string sizestatic final intmaximum salt sizestatic final intmax tree depth valuestatic final intmax tree fanout valuestatic final intmax tree inner length valuestatic final intmax tree leaf length value.Note that this has uint32 semantics and thus 0xFFFFFFFF is used as max value limit.static final intpblock size of blake2bstatic final byte[][]sigma per spec used in compress func generation - for reference onlystatic final intlength of h space vector array
-
Field Details
-
param_bytes
static final int param_bytespblock size of blake2b- See Also:
-
block_bytes
static final int block_bytespblock size of blake2b- See Also:
-
max_digest_bytes
static final int max_digest_bytesmaximum digest size- See Also:
-
max_key_bytes
static final int max_key_bytesmaximum key sie- See Also:
-
max_salt_bytes
static final int max_salt_bytesmaximum salt size- See Also:
-
max_personalization_bytes
static final int max_personalization_bytesmaximum personalization string size- See Also:
-
state_space_len
static final int state_space_lenlength of h space vector array- See Also:
-
max_tree_fantout
static final int max_tree_fantoutmax tree fanout value- See Also:
-
max_tree_depth
static final int max_tree_depthmax tree depth value- See Also:
-
max_tree_leaf_length
static final int max_tree_leaf_lengthmax tree leaf length value.Note that this has uint32 semantics and thus 0xFFFFFFFF is used as max value limit.- See Also:
-
max_node_offset
static final long max_node_offsetmax node offset value. Note that this has uint64 semantics and thus 0xFFFFFFFFFFFFFFFFL is used as max value limit.- See Also:
-
max_tree_inner_length
static final int max_tree_inner_lengthmax tree inner length value- See Also:
-
IV
static final long[] IVinitialization values map ref-Spec IV[i] slice iv[i*8:i*8+7] -
sigma
static final byte[][] sigmasigma per spec used in compress func generation - for reference only
-