Package | Description |
---|---|
net.i2p.crypto.eddsa.math |
Data structures that definie curves and fields, and
the mathematical operaions on them.
|
net.i2p.crypto.eddsa.math.bigint |
Low-level, non-optimized implementation using BigIntegers for any curve.
|
net.i2p.crypto.eddsa.math.ed25519 |
Low-level, optimized implementation using Radix $2^{51}$ for Curve 25519.
|
net.i2p.crypto.eddsa.spec |
Specifications for curves and keys, and a table for named curves.
|
Modifier and Type | Field and Description |
---|---|
private Field |
Curve.f |
protected Field |
Encoding.f |
protected Field |
FieldElement.f |
Modifier and Type | Method and Description |
---|---|
Field |
Curve.getField() |
Modifier and Type | Method and Description |
---|---|
void |
Encoding.setField(Field f) |
Constructor and Description |
---|
Curve(Field f,
byte[] d,
FieldElement I) |
FieldElement(Field f) |
Modifier and Type | Method and Description |
---|---|
void |
BigIntegerLittleEndianEncoding.setField(Field f) |
Constructor and Description |
---|
BigIntegerFieldElement(Field f,
java.math.BigInteger bi) |
BigIntegerScalarOps(Field f,
java.math.BigInteger l) |
Constructor and Description |
---|
Ed25519FieldElement(Field f,
int[] t)
Creates a field element.
|
Modifier and Type | Field and Description |
---|---|
private static Field |
EdDSANamedCurveTable.ed25519field |