Created
June 6, 2021 00:33
-
-
Save arnabmitra/80e30f03d7fddf7e1cac45cd0c7262c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIP32 - is a method for generating a tree of private keys from a master private key. | |
BIP39 - is a method for encoding 128-256 bits of random data into 12-24 word phrases from a list of interchangeable 2018 words, and then turn those phrases into a 64-byte hash. | |
BIP44 - is a method for structuring a private key tree in a specific way that will facilitate usage/restoration/discovery of multiple accounts for multiple purposes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment