Skip to content

Fix typo in CURVE25519_SMALL#9849

Closed
Frauschi wants to merge 1 commit intowolfSSL:masterfrom
Frauschi:curve25519_typo
Closed

Fix typo in CURVE25519_SMALL#9849
Frauschi wants to merge 1 commit intowolfSSL:masterfrom
Frauschi:curve25519_typo

Conversation

@Frauschi
Copy link
Contributor

@Frauschi Frauschi commented Mar 2, 2026

While working on zd#21262, I found that there are numerous places in the code base with the typo CURVED25519_SMALL instead of CURVE25519_SMALL (note the additional "D" before the 25519 number). Hence, for these systems, the actual small implementation of Curve25519 was never enabled, as the wrongly typed macro had no effect.

This PR fixes the typo in all places in the code base.

@Frauschi
Copy link
Contributor Author

Frauschi commented Mar 2, 2026

Closing as CURVED25519_SMALL actually enables both CURVE25519_SMALL and ED25519_SMALL. Haven't figured that out...

@Frauschi Frauschi closed this Mar 2, 2026
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