Performs a scalar multiplication by starting from the 'base' point and 'adding' it to itself 'e' times.
The base point used as a starting point.
A secret number representing the private key.
The resulting point representing the public key.
Performs a scalar multiplication by starting from the 'base' point and 'adding' it to itself 'e' times.