1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-06-30 12:42:43 +00:00

Update Modern Derivation Standard.mediawiki

minor edit
This commit is contained in:
Robert Spigler 2021-03-12 17:32:50 -05:00 committed by GitHub
parent ef3a16eeec
commit c747ee9880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ This number is used as child index in BIP32 derivation.
Hardened derivation is used at this level.
It is crucial that the index is increased for each new wallet joined or private/public keys created; for both privacy and cryptographic purposes.
It is crucial that this level is increased for each new wallet joined or private/public keys created; for both privacy and cryptographic purposes.
For example, in multisignature wallets, before sending a new key record to a coordinator, the wallet must increment the <code>account'</code> level. Before creating it's own single signature wallet, the <code>account'</code> level must again be incremented.
This prevents key reuse - across single signature and multisignature wallets, across ECDSA and Schnorr signatures, and inbetween the same wallet types.