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

Add ellswift usage example #1551

Merged
merged 2 commits into from
Jul 10, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    fe4fbaa View commit details
    Browse the repository at this point in the history
  2. Add ellswift usage example

    This should hopefully be useful as orientation for users implementing
    the key exchange part of BIP324. Conceptually the example is not very
    different to the ECDH one, so a lot of code/comments are just copied
    (e.g. context creation, secret key generation, shared secret comparison,
    console output, cleanup with secret key clearing).
    theStack committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    31f8459 View commit details
    Browse the repository at this point in the history