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

Low-level, non-optimized implementation using BigIntegers for any curve.

See:
          Description

Class Summary
BigIntegerFieldElement A particular element of the field \Z/(2^255-19).
BigIntegerLittleEndianEncoding  
BigIntegerScalarOps  
 

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

Low-level, non-optimized implementation using BigIntegers for any curve. Unused. See the ed25519 implementation for Curve 25519.