Closed swdee closed 4 years ago
This PR adds in support for deriving Hard keys. The current code ported from the upstream Rust library only supports handling deriving Soft keys.
Code ported from https://github.com/w3f/schnorrkel/blob/798ab3e0813aa478b520c5cf6dc6e02fd4e07f0a/src/derive.rs#L111
All committers have signed the CLA.
Hi, thanks for the review. I have made the formatting changes as requested.
This PR adds in support for deriving Hard keys. The current code ported from the upstream Rust library only supports handling deriving Soft keys.
Code ported from https://github.com/w3f/schnorrkel/blob/798ab3e0813aa478b520c5cf6dc6e02fd4e07f0a/src/derive.rs#L111