Uses of Class
org.gudy.bouncycastle.math.ec.ECPoint.F2m
Packages that use ECPoint.F2m
-
Uses of ECPoint.F2m in org.gudy.bouncycastle.math.ec
Fields in org.gudy.bouncycastle.math.ec declared as ECPoint.F2mModifier and TypeFieldDescriptionprivate ECPoint.F2m
ECCurve.F2m.infinity
The point at infinity on this curve.Methods in org.gudy.bouncycastle.math.ec that return ECPoint.F2mModifier and TypeMethodDescriptionECPoint.F2m.addSimple
(ECPoint.F2m b) Adds anotherECPoints.F2m
tothis
without checking if both points are on the same curve.static ECPoint.F2m[]
Tnaf.getPreComp
(ECPoint.F2m p, byte a) Does the precomputation for WTNAF multiplication.static ECPoint.F2m
Tnaf.multiplyFromTnaf
(ECPoint.F2m p, byte[] u) Multiplies aECPoint.F2m
by an elementλ
ofZ[τ]
using theτ
-adic NAF (TNAF) method, given the TNAF ofλ
.static ECPoint.F2m
Tnaf.multiplyRTnaf
(ECPoint.F2m p, BigInteger k) static ECPoint.F2m
Tnaf.multiplyTnaf
(ECPoint.F2m p, ZTauElement lambda) ECPoint.F2m.subtractSimple
(ECPoint.F2m b) Subtracts anotherECPoints.F2m
fromthis
without checking if both points are on the same curve.static ECPoint.F2m
Tnaf.tau
(ECPoint.F2m p) Applies the operationτ()
to anECPoint.F2m
.Methods in org.gudy.bouncycastle.math.ec with parameters of type ECPoint.F2mModifier and TypeMethodDescriptionECPoint.F2m.addSimple
(ECPoint.F2m b) Adds anotherECPoints.F2m
tothis
without checking if both points are on the same curve.static ECPoint.F2m[]
Tnaf.getPreComp
(ECPoint.F2m p, byte a) Does the precomputation for WTNAF multiplication.static ECPoint.F2m
Tnaf.multiplyFromTnaf
(ECPoint.F2m p, byte[] u) Multiplies aECPoint.F2m
by an elementλ
ofZ[τ]
using theτ
-adic NAF (TNAF) method, given the TNAF ofλ
.static ECPoint.F2m
Tnaf.multiplyRTnaf
(ECPoint.F2m p, BigInteger k) static ECPoint.F2m
Tnaf.multiplyTnaf
(ECPoint.F2m p, ZTauElement lambda) ECPoint.F2m.subtractSimple
(ECPoint.F2m b) Subtracts anotherECPoints.F2m
fromthis
without checking if both points are on the same curve.static ECPoint.F2m
Tnaf.tau
(ECPoint.F2m p) Applies the operationτ()
to anECPoint.F2m
.