Skip to content

Conversation

@strmfos
Copy link

@strmfos strmfos commented Nov 20, 2025

Fixed incorrect variable naming in secp signature hint. The variable was called y_cube_int but actually contains y² (y squared), not y³.

This matches the Python hint which explicitly names it y_square_int,and reflects the actual math: we compute x³ + β which equals y² on the elliptic curve.

The variable is used for modular square root extraction, so the name now correctly describes what it contains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant