public static class CryptoFunctions.Ed25519
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIVATE_KEY_BYTES |
static int |
PUBLIC_KEY_BYTES |
static int |
SEED_BYTES |
static int |
SIGNATURE_BYTES |
| Constructor and Description |
|---|
Ed25519() |
public static final int SEED_BYTES
public static final int SIGNATURE_BYTES
public static final int PRIVATE_KEY_BYTES
public static final int PUBLIC_KEY_BYTES
Copyright © 2018 Exonum. All rights reserved.