Skip navigation links

Package net.i2p.crypto.eddsa.math.bigint

Generic mathematical implementation using Java BigIntegers for arbitrary elliptic curves.

See: Description

Package net.i2p.crypto.eddsa.math.bigint Description

Generic mathematical implementation using Java BigIntegers for arbitrary elliptic curves.

This package provides a low-level, non-optimized implementation of elliptic curve mathematical operations using Java's built-in BigInteger class. The implementation is designed to work with any elliptic curve, making it suitable for testing, compatibility, or curves without specialized optimizations.

Characteristics:

Usage:

Note: This implementation is currently unused in production I2P code. For Curve25519 operations, the optimized ed25519 implementation provides significantly better performance.

Skip navigation links