Package org.aion4j.avm.helper.signing
Interface Blake2b.Spec
-
- Enclosing interface:
- Blake2b
public static interface Blake2b.Spec
-
-
Field Summary
Fields Modifier and Type Field Description static intBLOCK_BYTESpblock size of blake2bstatic long[]IVinitialization values map ref-Spec IV[i] slice iv[i*8:i*8+7]static intMAX_DIGESTmaximum digest sizestatic intMAX_KEYmaximum key siestatic longMAX_NODE_OFFSETmax node offset value.static intMAX_PERSONALIZATIONmaximum personalization string sizestatic intMAX_SALTmaximum salt sizestatic intMAX_TREE_DEPTHmax tree depth valuestatic intMAX_TREE_FANOUTmax tree fanout valuestatic intMAX_TREE_INNER_LENmax tree inner length valuestatic intMAX_TREE_LEAF_LENmax tree leaf length value.Note that this has uint32 semantics and thus 0xFFFFFFFF is used as max value limit.static intPARAM_BYTESpblock size of blake2bstatic byte[][]sigmasigma per spec used in compress func generation - for reference onlystatic intSTATE_SPACE_LENlength of h space vector array
-
-
-
Field Detail
-
PARAM_BYTES
static final int PARAM_BYTES
pblock size of blake2b- See Also:
- Constant Field Values
-
BLOCK_BYTES
static final int BLOCK_BYTES
pblock size of blake2b- See Also:
- Constant Field Values
-
MAX_DIGEST
static final int MAX_DIGEST
maximum digest size- See Also:
- Constant Field Values
-
MAX_KEY
static final int MAX_KEY
maximum key sie- See Also:
- Constant Field Values
-
MAX_SALT
static final int MAX_SALT
maximum salt size- See Also:
- Constant Field Values
-
MAX_PERSONALIZATION
static final int MAX_PERSONALIZATION
maximum personalization string size- See Also:
- Constant Field Values
-
STATE_SPACE_LEN
static final int STATE_SPACE_LEN
length of h space vector array- See Also:
- Constant Field Values
-
MAX_TREE_FANOUT
static final int MAX_TREE_FANOUT
max tree fanout value- See Also:
- Constant Field Values
-
MAX_TREE_DEPTH
static final int MAX_TREE_DEPTH
max tree depth value- See Also:
- Constant Field Values
-
MAX_TREE_LEAF_LEN
static final int MAX_TREE_LEAF_LEN
max tree leaf length value.Note that this has uint32 semantics and thus 0xFFFFFFFF is used as max value limit.- See Also:
- Constant Field Values
-
MAX_NODE_OFFSET
static final long MAX_NODE_OFFSET
max node offset value. Note that this has uint64 semantics and thus 0xFFFFFFFFFFFFFFFFL is used as max value limit.- See Also:
- Constant Field Values
-
MAX_TREE_INNER_LEN
static final int MAX_TREE_INNER_LEN
max tree inner length value- See Also:
- Constant Field Values
-
IV
static final long[] IV
initialization values map ref-Spec IV[i] slice iv[i*8:i*8+7]
-
sigma
static final byte[][] sigma
sigma per spec used in compress func generation - for reference only
-
-