Package net.sourceforge.plantuml.argon2
Class Constants
java.lang.Object
net.sourceforge.plantuml.argon2.Constants
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ARGON2_BLOCK_SIZE
public static final int ARGON2_BLOCK_SIZE- See Also:
-
ARGON2_QWORDS_IN_BLOCK
public static final int ARGON2_QWORDS_IN_BLOCK- See Also:
-
ARGON2_ADDRESSES_IN_BLOCK
public static final int ARGON2_ADDRESSES_IN_BLOCK- See Also:
-
ARGON2_PREHASH_DIGEST_LENGTH
public static final int ARGON2_PREHASH_DIGEST_LENGTH- See Also:
-
ARGON2_PREHASH_SEED_LENGTH
public static final int ARGON2_PREHASH_SEED_LENGTH- See Also:
-
ARGON2_SYNC_POINTS
public static final int ARGON2_SYNC_POINTS- See Also:
-
ARGON2_DEFAULT_FLAGS
public static final int ARGON2_DEFAULT_FLAGS- See Also:
-
ARGON2_VERSION_10
public static final int ARGON2_VERSION_10- See Also:
-
ARGON2_VERSION_13
public static final int ARGON2_VERSION_13- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-