Package net.i2p.crypto.eddsa.math


package net.i2p.crypto.eddsa.math

Data structures that define curves and fields, and the mathematical operations on them.

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