See: Description
Class | Description |
---|---|
Ed25519FieldElement |
An element t, entries t[0]...t[9], represents the integer
t[0]+2^26 t[1]+2^51 t[2]+2^77 t[3]+2^102 t[4]+...+2^230 t[9].
|
Ed25519LittleEndianEncoding | |
Ed25519ScalarOps |
Low-level, optimized implementation using Radix 2^51 for Curve 25519. See the bigint implementation for other curves.