You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the probability is extremely low (one in 2^127), bip32 CFD function would produce invalid private key or public key. bip39 spec requires implementer to handle this edge case.
In case parse256(IL) ≥ n or ki = 0, the resulting key is invalid, and one should proceed with the next value for i. (Note: this has probability lower than 1 in 2127.)
Overview
Although the probability is extremely low (one in 2^127), bip32 CFD function would produce invalid private key or public key. bip39 spec requires implementer to handle this edge case.
xprv child derivation
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#private-parent-key--private-child-key
xpub child derivation
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#private-parent-key--private-child-key
The text was updated successfully, but these errors were encountered: