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

Implement getsharedsecret #3490

Merged
merged 2 commits into from
Feb 28, 2020

Commits on Feb 28, 2020

  1. hsmd/hsmd.c: Correct a comment.

    ChangeLog-none
    ZmnSCPxj authored and rustyrussell committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3e04f96 View commit details
    Browse the repository at this point in the history
  2. lightningd/hsm_control.c: Implement getsharedsecret.

    ChangeLog-Added: New `getsharedsecret` command, which lets you compute a shared secret with this node knowing only a public point. This implements the BOLT standard of hashing the ECDH point, and is incompatible with ECIES.
    ZmnSCPxj authored and rustyrussell committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5b30b81 View commit details
    Browse the repository at this point in the history