We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSH 10.0 introduced support for a hybrid key exchange combining ML-KEM and X25519 called mlkem768x25519-sha256:
mlkem768x25519-sha256
https://datatracker.ietf.org/doc/draft-ietf-sshm-mlkem-hybrid-kex/
It would be good to add a crate with support for this key exchange algorithm, leveraging the ml-kem and e.g. curve25519-dalek/x25519-dalek crates
ml-kem
curve25519-dalek
x25519-dalek
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OpenSSH 10.0 introduced support for a hybrid key exchange combining ML-KEM and X25519 called
mlkem768x25519-sha256
:https://datatracker.ietf.org/doc/draft-ietf-sshm-mlkem-hybrid-kex/
It would be good to add a crate with support for this key exchange algorithm, leveraging the
ml-kem
and e.g.curve25519-dalek
/x25519-dalek
cratesThe text was updated successfully, but these errors were encountered: