public class Ed25519 extends Object
| Modifier and Type | Field and Description |
|---|---|
static Point |
base |
static Scalar |
cofactor |
static net.i2p.crypto.eddsa.math.Curve |
curve |
static net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec |
ed25519 |
static net.i2p.crypto.eddsa.math.Field |
field |
static Scalar |
prime_order |
static int |
pubLen |
| Constructor and Description |
|---|
Ed25519() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
reverse(byte[] little_endian) |
static byte[] |
uuid4() |
public static final int pubLen
public static final net.i2p.crypto.eddsa.spec.EdDSANamedCurveSpec ed25519
public static net.i2p.crypto.eddsa.math.Curve curve
public static net.i2p.crypto.eddsa.math.Field field
public static Point base
public static Scalar prime_order
public static Scalar cofactor
Copyright © 2019. All rights reserved.