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

Pure-python implementation of the Sphinx onion protocol #4056

Merged
merged 4 commits into from
Sep 24, 2020

Commits on Sep 23, 2020

  1. pyln: Implement sphinx onion packet generation in python

    Suggested-by: Rusty Russell <@rustyrussell>
    Signed-off-by: Christian Decker <@cdecker>
    cdecker authored and rustyrussell committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    9058567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9772474 View commit details
    Browse the repository at this point in the history
  3. pyln: Add code to unwrap an encrypted onion at the intended node

    Changelog-Added: pyln-proto: Added pure python implementation of the sphinx onion creation and processing functionality.
    cdecker authored and rustyrussell committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    7789014 View commit details
    Browse the repository at this point in the history
  4. pyln: Migrate from binascii.hexlify to bytes.hex

    Suggested-by: Lisa <@niftynei>
    cdecker authored and rustyrussell committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    18b6939 View commit details
    Browse the repository at this point in the history