ellorder
Determine the order of a point on an elliptic curve. Specify the curve structure and point to compute the smallest integer n where n*P equals the identity.
Instructions
Compute the order of a point on an elliptic curve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| E | Yes | Elliptic curve structure. | |
| P | Yes | Point on the curve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |