elllog
Determine the scalar multiplier k such that P = k*G on an elliptic curve, given curve E, point P, and base point G.
Instructions
Compute the discrete logarithm of a point on an elliptic curve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| E | Yes | Elliptic curve structure. | |
| G | Yes | Base point. | |
| P | Yes | Point. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |