See: Description
| Interface | Description |
|---|---|
| ScalarOps | Interface for scalar operations in EdDSA. |
| Class | Description |
|---|---|
| Constants | Mathematical constants for EdDSA operations |
| 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 | Represents an element in a finite field of order $2^{b}-3$. |
| GroupElement | Represents a point on an EdDSA curve with support for multiple coordinate representations. |
| Enum | Description |
|---|---|
| GroupElement.Representation | Available coordinate representations for a group element. |