• Performs a scalar multiplication by starting from the 'base' point and 'adding' it to itself 'e' times.

    Parameters

    • base: Point<bigint>

      The base point used as a starting point.

    • e: bigint

      A secret number representing the private key.

    Returns Point<bigint>

    The resulting point representing the public key.