Uses of Class
net.i2p.crypto.eddsa.math.Encoding
-
Packages that use Encoding Package Description net.i2p.crypto.eddsa.math Data structures that definie curves and fields, and the mathematical operaions on them.net.i2p.crypto.eddsa.math.bigint Low-level, non-optimized implementation using BigIntegers for any curve.net.i2p.crypto.eddsa.math.ed25519 Low-level, optimized implementation using Radix $2^{51}$ for Curve 25519. -
-
Uses of Encoding in net.i2p.crypto.eddsa.math
Methods in net.i2p.crypto.eddsa.math that return Encoding Modifier and Type Method Description EncodingField. getEncoding()Constructors in net.i2p.crypto.eddsa.math with parameters of type Encoding Constructor Description Field(int b, byte[] q, Encoding enc) -
Uses of Encoding in net.i2p.crypto.eddsa.math.bigint
Subclasses of Encoding in net.i2p.crypto.eddsa.math.bigint Modifier and Type Class Description classBigIntegerLittleEndianEncoding -
Uses of Encoding in net.i2p.crypto.eddsa.math.ed25519
Subclasses of Encoding in net.i2p.crypto.eddsa.math.ed25519 Modifier and Type Class Description classEd25519LittleEndianEncodingHelper class for encoding/decoding from/to the 32 byte representation.
-