Uses of Class
org.gudy.bouncycastle.math.ec.ECCurve.F2m
-
Packages that use ECCurve.F2m Package Description org.gudy.bouncycastle.math.ec -
-
Uses of ECCurve.F2m in org.gudy.bouncycastle.math.ec
Methods in org.gudy.bouncycastle.math.ec with parameters of type ECCurve.F2m Modifier and Type Method Description static byte
Tnaf. getMu(ECCurve.F2m curve)
Returns the parameterμ
of the elliptic curve.static java.math.BigInteger[]
Tnaf. getSi(ECCurve.F2m curve)
Computes the auxiliary valuess0
ands1
used for partial modular reduction.
-