Returns a random BIP32 path of a given depth. The randomness is generated using the Node.js crypto module. Can be used for blinding an xpub. Based on buidl's equivalent function: https://github.com/buidl-bitcoin/buidl-python/blob/main/buidl/blinding.py
Approx entropy by depth: 1: 31 2: 62 3: 93 4: 124 5: 155 6: 186 7: 217 8: 248 9: 279
Returns a random BIP32 path of a given depth. The randomness is generated using the Node.js crypto module. Can be used for blinding an xpub. Based on buidl's equivalent function: https://github.com/buidl-bitcoin/buidl-python/blob/main/buidl/blinding.py
Approx entropy by depth: 1: 31 2: 62 3: 93 4: 124 5: 155 6: 186 7: 217 8: 248 9: 279