Uses of Class
org.bouncycastle.math.ec.custom.djb.Curve25519FieldElement
-
Packages that use Curve25519FieldElement Package Description org.bouncycastle.math.ec.custom.djb -
-
Uses of Curve25519FieldElement in org.bouncycastle.math.ec.custom.djb
Methods in org.bouncycastle.math.ec.custom.djb that return Curve25519FieldElement Modifier and Type Method Description protected Curve25519FieldElement
Curve25519Point. calculateJacobianModifiedW(Curve25519FieldElement Z, int[] ZSquared)
protected Curve25519FieldElement
Curve25519Point. getJacobianModifiedW()
Methods in org.bouncycastle.math.ec.custom.djb with parameters of type Curve25519FieldElement Modifier and Type Method Description protected Curve25519FieldElement
Curve25519Point. calculateJacobianModifiedW(Curve25519FieldElement Z, int[] ZSquared)
-