Single Use Keys #93
Closed
WillXUMM
started this conversation in
Ideas (pre standard proposal)
Replies: 1 comment
-
|
Quick question for my own understanding if I may :-) How would this be different to what is already supported?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Work in progress
Generating single use keys XRPL via derivation paths
Entropy --> Secret numbers / Family Seed / Mnemonic -> private key --> public key --> address
vs.
Entropy --> Secret numbers / Family Seed / Mnemonic -> private key --> derivation path
-> public key --> address 1
-> public key --> address 2
-> public key --> address 3
-> and so on
A Hierarchical Deterministic (HD) wallet uses a private key to derive public keys and (via hash function) public addresses.
Beta Was this translation helpful? Give feedback.
All reactions