Skip to content
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

protocols/noise: Introduce NoiseAuthenticated::xx constructor with X25519 DH key exchange #2887

Merged
merged 3 commits into from
Sep 16, 2022

Commits on Sep 12, 2022

  1. Introduce NoiseAuthenticated::xx ctor with X25519 DH key exchange

    This is the most common way of doing noise in libp2p and thus deserves
    a convenience ctor.
    thomaseizinger committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    38797f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Apply suggestions from code review

    Co-authored-by: Max Inden <mail@max-inden.de>
    thomaseizinger and mxinden authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    48c3b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5501075 View commit details
    Browse the repository at this point in the history