Description:
Create a tool allowing users to input custom elliptic curve parameters and validate them.
User Story:
As a cryptography researcher, I want to input custom curve parameters and validate them so that I can test my own curve implementations.
Features:
- Input fields for curve parameters (a, b, p, G, n, h)
- Real-time validation of curve parameters
- Check if curve is cryptographically secure
- Calculate curve properties (discriminant, j-invariant)
Acceptance Criteria:
Description:
Create a tool allowing users to input custom elliptic curve parameters and validate them.
User Story:
As a cryptography researcher, I want to input custom curve parameters and validate them so that I can test my own curve implementations.
Features:
Acceptance Criteria: