Uses of Interface
net.i2p.crypto.eddsa.math.ScalarOps
Package
Description
Low-level, non-optimized implementation using BigIntegers for any curve.
Low-level, optimized implementation using Radix $2^{51}$ for Curve 25519.
Specifications for curves and keys, and a table for named curves.
-
Uses of ScalarOps in net.i2p.crypto.eddsa.math.bigint
-
Uses of ScalarOps in net.i2p.crypto.eddsa.math.ed25519
Modifier and TypeClassDescriptionclass
Class for reducing a huge integer modulo the group order q and doing a combined multiply plus add plus reduce operation. -
Uses of ScalarOps in net.i2p.crypto.eddsa.spec
ModifierConstructorDescriptionEdDSANamedCurveSpec
(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B) EdDSAParameterSpec
(Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)