multiply method

Point multiply(
  1. BigInt n
)

Aliases to compress code

Implementation

Point multiply(BigInt n) => mul(n);