public class Ed25519Utils
extends java.lang.Object
| Constructor and Description |
|---|
Ed25519Utils() |
| Modifier and Type | Method and Description |
|---|---|
static Ed25519EncodedFieldElement |
prepareForScalarMultiply(PrivateKey key)
Prepares a private key's raw value for scalar multiplication.
|
public static Ed25519EncodedFieldElement prepareForScalarMultiply(PrivateKey key)
key - The private key.