public static ECPoint ReferenceMultiply(
ECPoint p,
BigInteger k
)
Public Shared Function ReferenceMultiply (
p As ECPoint,
k As BigInteger
) As ECPoint
public:
static ECPoint^ ReferenceMultiply(
ECPoint^ p,
BigInteger^ k
)
Org.BouncyCastle.Math.EC.ECAlgorithms.ReferenceMultiply = function(p, k);