protected static ECFieldElement[] GetInitialZCoords(
ECCurve curve
)
Protected Shared Function GetInitialZCoords (
curve As ECCurve
) As ECFieldElement()
protected:
static array<ECFieldElement^>^ GetInitialZCoords(
ECCurve^ curve
)
Org.BouncyCastle.Math.EC.ECPoint.GetInitialZCoords = function(curve);