Skip to content

Conversation

@holtrop
Copy link
Contributor

@holtrop holtrop commented Nov 4, 2025

Description

Rust wrapper: add wolfssl::wolfcrypt::ed448 module

Testing

Unit tests.

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

@holtrop holtrop self-assigned this Nov 4, 2025
@holtrop holtrop requested a review from gasbytes November 4, 2025 14:40
@holtrop holtrop marked this pull request as ready for review November 4, 2025 14:40
@holtrop holtrop assigned wolfSSL-Bot and unassigned holtrop Nov 4, 2025
Copy link
Contributor

@gasbytes gasbytes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just some minor changes mainly in the documentation.

@holtrop holtrop requested a review from gasbytes November 4, 2025 21:30
@holtrop holtrop removed their assignment Nov 4, 2025
@SparkiDev
Copy link
Contributor

Does this code differ much from ed25519.rs?

@holtrop
Copy link
Contributor Author

holtrop commented Nov 5, 2025

Does this code differ much from ed25519.rs?

No it is very similar. Each function calls a different C API function, but the logic is pretty much the same for each. ed25519 has 'ctx' versions of sign_msg and verify_msg which are not present in ed448 because the main sign_msg and verify_msg functions take a context pointer.

@SparkiDev SparkiDev assigned SparkiDev and unassigned holtrop Nov 5, 2025
@SparkiDev SparkiDev merged commit b0a7f59 into wolfSSL:master Nov 5, 2025
273 of 276 checks passed
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.

4 participants