public class ed25519
extends java.lang.Object
| Constructor and Description |
|---|
ed25519() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkvalid(byte[] s,
byte[] m,
byte[] pk) |
static byte[] |
publickey(byte[] sk) |
static byte[] |
signature(byte[] m,
byte[] sk,
byte[] pk) |