Package com.horizen.librustsidechains
Class Constants
- java.lang.Object
-
- com.horizen.librustsidechains.Constants
-
public final class Constants extends Object
Holds constant values used Rust side and statically initialized by it
-
-
Constructor Summary
Constructors Constructor Description Constants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intFIELD_ELEMENT_LENGTH()static intMC_PK_HASH_SIZE()static intSC_COMM_TREE_FT_SUBTREE_HEIGHT()static intSC_COMM_TREE_HEIGHT()static intSC_CUSTOM_HASH_SIZE()static intSC_MST_HEIGHT()static intSC_PK_HASH_SIZE()static intSC_SK_SIZE()static intSC_TX_HASH_SIZE()static intSCHNORR_PK_LENGTH()static intSCHNORR_SIGNATURE_LENGTH()static intSCHNORR_SK_LENGTH()static intVRF_PK_LENGTH()static intVRF_PROOF_LENGTH()static intVRF_SK_LENGTH()
-
-
-
Method Detail
-
MC_PK_HASH_SIZE
public static int MC_PK_HASH_SIZE()
-
SC_PK_HASH_SIZE
public static int SC_PK_HASH_SIZE()
-
SC_SK_SIZE
public static int SC_SK_SIZE()
-
SC_TX_HASH_SIZE
public static int SC_TX_HASH_SIZE()
-
SC_CUSTOM_HASH_SIZE
public static int SC_CUSTOM_HASH_SIZE()
-
SC_MST_HEIGHT
public static int SC_MST_HEIGHT()
-
SC_COMM_TREE_FT_SUBTREE_HEIGHT
public static int SC_COMM_TREE_FT_SUBTREE_HEIGHT()
-
SC_COMM_TREE_HEIGHT
public static int SC_COMM_TREE_HEIGHT()
-
FIELD_ELEMENT_LENGTH
public static int FIELD_ELEMENT_LENGTH()
-
SCHNORR_PK_LENGTH
public static int SCHNORR_PK_LENGTH()
-
SCHNORR_SK_LENGTH
public static int SCHNORR_SK_LENGTH()
-
SCHNORR_SIGNATURE_LENGTH
public static int SCHNORR_SIGNATURE_LENGTH()
-
VRF_PK_LENGTH
public static int VRF_PK_LENGTH()
-
VRF_SK_LENGTH
public static int VRF_SK_LENGTH()
-
VRF_PROOF_LENGTH
public static int VRF_PROOF_LENGTH()
-
-