Uses of Interface
net.i2p.crypto.eddsa.math.ScalarOps
- 
Packages that use ScalarOps Package Description 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.net.i2p.crypto.eddsa.spec Specifications for curves and keys, and a table for named curves.
- 
- 
Uses of ScalarOps in net.i2p.crypto.eddsa.math.bigintClasses in net.i2p.crypto.eddsa.math.bigint that implement ScalarOps Modifier and Type Class Description classBigIntegerScalarOps
- 
Uses of ScalarOps in net.i2p.crypto.eddsa.math.ed25519Classes in net.i2p.crypto.eddsa.math.ed25519 that implement ScalarOps Modifier and Type Class Description classEd25519ScalarOpsClass 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.specMethods in net.i2p.crypto.eddsa.spec that return ScalarOps Modifier and Type Method Description ScalarOpsEdDSAParameterSpec. getScalarOps()Constructors in net.i2p.crypto.eddsa.spec with parameters of type ScalarOps Constructor Description EdDSANamedCurveSpec(String name, Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)EdDSAParameterSpec(Curve curve, String hashAlgo, ScalarOps sc, GroupElement B)
 
-