-
-
Notifications
You must be signed in to change notification settings - Fork 685
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
core/seed: Add SLIP-0077 derivation to Keychain #398
Conversation
@romanz is there a strong reason why to introduce Slip77 class? If not, it might be more consistent with the rest to just introduce two new
What do you think? |
df96312
to
9c5dade
Compare
Following trezor#66 and trezor#317, it would allow deriving confidential addresses and unblinding confidential transactions' outputs.
9c5dade
to
95c224d
Compare
Not really :) |
Thanks |
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Following trezor#66 and trezor#398, it would allow receiving confidential transactions to addresses generated on the devices. Blinding, unblinding and signing will be added in separate PRs.
Heads-up: i'm removing the slip0077 methods from the |
Sound good, thanks for the update! |
Following #66 and #317, it would allow deriving confidential addresses and
unblinding confidential transactions' outputs (according to SLIP-0077).