Package org.bouncycastle.math.ec.endo
Class ScalarSplitParameters
java.lang.Object
org.bouncycastle.math.ec.endo.ScalarSplitParameters
-
Field Summary
Modifier and TypeFieldDescriptionprotected final int
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
protected final BigInteger
-
Constructor Summary
ConstructorDescriptionScalarSplitParameters
(BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits) -
Method Summary
-
Field Details
-
v1A
-
v1B
-
v2A
-
v2B
-
g1
-
g2
-
bits
protected final int bits
-
-
Constructor Details
-
ScalarSplitParameters
public ScalarSplitParameters(BigInteger[] v1, BigInteger[] v2, BigInteger g1, BigInteger g2, int bits)
-
-
Method Details
-
getV1A
-
getV1B
-
getV2A
-
getV2B
-
getG1
-
getG2
-
getBits
public int getBits()
-