Package net.i2p.crypto.eddsa.math.ed25519


package net.i2p.crypto.eddsa.math.ed25519

Low-level, optimized implementation using Radix $2^{51}$ for Curve 25519. See the bigint implementation for other curves.

  • Classes
    Class
    Description
    Class to represent a field element of the finite field $p = 2^{255} - 19$ elements.
    Helper class for encoding/decoding from/to the 32 byte representation.
    Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add plus reduce operation.