protected override ECPoint MultiplyPositive(
ECPoint p,
BigInteger k
)
Protected Overrides Function MultiplyPositive (
p As ECPoint,
k As BigInteger
) As ECPoint
protected:
virtual ECPoint^ MultiplyPositive(
ECPoint^ p,
BigInteger^ k
) override
function MultiplyPositive(p, k);