-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Retrieve remote static key? #2
Comments
Thanks for pointing this out! Clatter is definitely missing this feature. I'm just finishing up other changes for v1.1.0 so you can expect a fix for this also in a few days :) |
Remote ephemeral key would also be useful for noise pipe implementation (However, I'm not sure if it is already possible to implement noise pipe here?) |
This feature is absolutely required for anything I would do with Noise. |
You can pre-share static key and use K pattern instead of X as the form of authn. Wireguard does that (Noise_IK) |
Okay that makes sense. I'm very biased here because my mixnet project, Katzenpost has been using Noise XX variations for many years now. |
Sorry for the wait! I got sidetracked by Nyquist interoperability testing which proved to be unexpectedly difficult with some findings. Anyway, the changes are now in and I'm going to bake a new release very soon. |
How can I get other party static key (for authentication) while using X patterns?
This method exists in other noise protocol implementations, but I can't find it in this one.
https://docs.rs/snow/latest/snow/struct.HandshakeState.html#method.get_remote_static
https://docs.rs/noise-protocol/0.2.0/noise_protocol/struct.HandshakeState.html#method.get_rs
The text was updated successfully, but these errors were encountered: