Package | Description |
---|---|
old.org.bouncycastle.math.ec |
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 |
ECPoint.F2m.subtractSimple(ECPoint.F2m b)
Subtracts another
ECPoints.F2m from this
without checking if both points are on the same curve. |
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 |
ECPoint.F2m.subtractSimple(ECPoint.F2m b)
Subtracts another
ECPoints.F2m from this
without checking if both points are on the same curve. |
Copyright © 2015. All rights reserved.