Correct BIP32 and direct usage observations
This commit is contained in:
parent
83b9f5cbdf
commit
30e7ac5daa
|
@ -1 +1,3 @@
|
|||
1KBdbBJRVYffWHWWZ1moECfdVBSEnDpLHi
|
||||
34hpHfvzyKWhkFbFgUaJRfoMzUVvnvi67W
|
||||
bc1qzmtrqsfuaf6l6kkcsseumq26ukaphfj9skkug6
|
|
@ -1 +1,3 @@
|
|||
1KBdbBJRVYffWHWWZ1moECfdVBSEnDpLHi
|
||||
1MfhVuVAKajwMZnZdB3GGSJ4VR6KRFT7RH
|
||||
bc1qzmtrqsfuaf6l6kkcsseumq26ukaphfj9skkug6
|
|
@ -1,4 +1,4 @@
|
|||
# Mersenne Twister 32 bit seeding => bx consumption pattern => BIP32 derivation
|
||||
# Mersenne Twister 32 bit seeding => bx consumption pattern => BIP32 => some derivation
|
||||
|
||||
This is a special and unusual way of generating keys from PRNG output using BIP32, but not BIP39.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Mersenne Twister 32 bit seeding => bx consumption pattern => direct elliptic curve key
|
||||
# Mersenne Twister 32 bit seeding => bx consumption pattern => BIP32 master key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
This is a special and unusual way of generating keys with BIP32, but without derivations.
|
||||
|
||||
See [libbitcoin-explorer bx-ec-new](https://github.com/libbitcoin/libbitcoin-explorer/wiki/bx-ec-new) for details.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Mersenne Twister 32 bit seeding => Trust Wallet PRNG consumption pattern => direct elliptic curve key
|
||||
# Mersenne Twister 32 bit seeding => Trust Wallet PRNG consumption pattern => BIP32 master key
|
||||
|
||||
This is a special and unusual way of generating keys directly from the PRNG output without any BIP39 or BIP32 hashing or derivations.
|
||||
This is a special and unusual way of generating keys with BIP32, but without derivations.
|
||||
|
||||
We're not aware of a specific wallet software with this weak generation pattern.
|
||||
|
Loading…
Reference in New Issue