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.
|
Modifier and Type | Field and Description |
---|---|
protected Field |
FieldElement.f |
protected Field |
Encoding.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,
BigInteger bi) |
BigIntegerScalarOps(Field f,
BigInteger l) |
Constructor and Description |
---|
Ed25519FieldElement(Field f,
int[] t)
Creates a field element.
|
Copyright © 2019. All rights reserved.