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

key generation: use standard blinding instead. #3

Closed
wants to merge 1 commit into from

Commits on Nov 15, 2016

  1. key generation: use standard blinding instead.

    We use the counter as a blinding factor for payments to either side,
    and the per-commitment-secret for the revocation keys.
    
    We were also missing a place where we sent the first revocation key,
    so fix that (has to be after initial open handshake, once we know their
    base point).
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    f508307 View commit details
    Browse the repository at this point in the history