public static ECPoint MapPoint(
ECEndomorphism endomorphism,
ECPoint p
)
Public Shared Function MapPoint (
endomorphism As ECEndomorphism,
p As ECPoint
) As ECPoint
public:
static ECPoint^ MapPoint(
ECEndomorphism^ endomorphism,
ECPoint^ p
)
Org.BouncyCastle.Math.EC.Endo.EndoUtilities.MapPoint = function(endomorphism, p);