mulPoint abstract method

Point mulPoint(
  1. BigInt k,
  2. Point P
)

Implementation

Point mulPoint(BigInt k, Point P);