Package net.i2p.crypto.eddsa.math


package net.i2p.crypto.eddsa.math

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}$.

  • Class
    Description
    A twisted Edwards curve.
    Common interface for all $(b-1)$-bit encodings of elements of EdDSA finite fields.
    An EdDSA finite field.
    Note: concrete subclasses must implement hashCode() and equals()
    A point $(x,y)$ on an EdDSA curve.
    Available representations for a group element.