ellmul
Multiply an elliptic curve point by an integer, given the curve structure and multiplier. Optionally provide a specific point.
Instructions
Multiply a point on an elliptic curve by an integer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| E | Yes | Elliptic curve structure. | |
| P | No | Point (optional, if E is a point). | |
| n | Yes | Integer multiplier. |