Package com.exonum.binding.common.crypto
Class CryptoFunctions.Ed25519
java.lang.Object
com.exonum.binding.common.crypto.CryptoFunctions.Ed25519
- Enclosing class:
- CryptoFunctions
public static class CryptoFunctions.Ed25519
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
PRIVATE_KEY_BYTES
static int
PUBLIC_KEY_BYTES
static int
SEED_BYTES
static int
SIGNATURE_BYTES
-
Constructor Summary
Constructors Constructor Description Ed25519()
-
Method Summary
-
Field Details
-
SEED_BYTES
public static final int SEED_BYTES- See Also:
- Constant Field Values
-
SIGNATURE_BYTES
public static final int SIGNATURE_BYTES- See Also:
- Constant Field Values
-
PRIVATE_KEY_BYTES
public static final int PRIVATE_KEY_BYTES- See Also:
- Constant Field Values
-
PUBLIC_KEY_BYTES
public static final int PUBLIC_KEY_BYTES- See Also:
- Constant Field Values
-
-
Constructor Details
-
Ed25519
public Ed25519()
-