Simple shift-and-add multiplication. Serves as reference implementation
to verify (possibly faster) implementations in
org.bouncycastle.math.ec.ECPoint ECPoint .
Parameters: p - The point to multiply. Parameters: k - The factor by which to multiply. The result of the point multiplication k * p.