Package | Description |
---|---|
org.bouncycastle.math.ec |
Modifier and Type | Field and Description |
---|---|
protected ECPoint.F2m[] |
WTauNafPreCompInfo.preComp
Array holding the precomputed
ECPoint.F2m s used for the
WTNAF multiplication in
. |
Modifier and Type | Method and Description |
---|---|
ECPoint.F2m |
ECPoint.F2m.addSimple(ECPoint.F2m b)
Adds another
ECPoints.F2m to this without
checking if both points are on the same curve. |
ECPoint.F2m[] |
WTauNafPreCompInfo.getPreComp() |
ECPoint.F2m |
ECPoint.F2m.subtractSimple(ECPoint.F2m b)
Subtracts another
ECPoints.F2m from this
without checking if both points are on the same curve. |
ECPoint.F2m |
ECPoint.F2m.tau() |
Modifier and Type | Method and Description |
---|---|
ECPoint.F2m |
ECPoint.F2m.addSimple(ECPoint.F2m b)
Adds another
ECPoints.F2m to this without
checking if both points are on the same curve. |
void |
WTauNafPreCompInfo.setPreComp(ECPoint.F2m[] preComp) |
ECPoint.F2m |
ECPoint.F2m.subtractSimple(ECPoint.F2m b)
Subtracts another
ECPoints.F2m from this
without checking if both points are on the same curve. |
Copyright © 2016 BouncyCastle.org. All rights reserved.