feat: add X448 key exchange and Ed448 signatures - #288
Draft
stevefan1999-personal wants to merge 4 commits into
Draft
feat: add X448 key exchange and Ed448 signatures#288stevefan1999-personal wants to merge 4 commits into
stevefan1999-personal wants to merge 4 commits into
Conversation
This was referenced Aug 5, 2026
stevefan1999-personal
force-pushed
the
stack/02-x448-ed448
branch
from
August 5, 2026 11:44
9b0ef47 to
4912f2e
Compare
Add Curve448/X448 key agreement and Ed448 signing and verification using the x448 and ed448-goldilocks crates.
Format kx/verify and remove should_panic from the X448 group interop test now that X448 is supported.
stevefan1999-personal
force-pushed
the
stack/02-x448-ed448
branch
from
August 5, 2026 12:28
4912f2e to
73d86b0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Independent PR based on
master(not stacked). Can land in any order relative to #287.Test plan
cargo test --lib/ clippy / no_std (1.85)vs_openssl_as_client_group_x448passes