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