Package net.i2p.crypto.eddsa.math

Data structures that definie curves and fields, and the mathematical operaions on them.

See:
          Description

Interface Summary
ScalarOps  
 

Class Summary
Constants  
Curve A twisted Edwards curve.
Encoding Common interface for all (b-1)-bit encodings of elements of EdDSA finite fields.
Field An EdDSA finite field.
FieldElement  
GroupElement A point (x,y) on an EdDSA curve.
 

Enum Summary
GroupElement.Representation Available representations for a group element.
 

Package net.i2p.crypto.eddsa.math Description

Data structures that definie curves and fields, and the mathematical operaions on them.

Low-level implementation is in bigint for any curve using BigIntegers, and in ed25519 for Curve 25519 using Radix 2^51.