← Back to Bitcoin Improvement Proposals
BIPinformational

Fix typo in BIP 32

It's not possible for `I_L` to be zero, since `I_L` is a binary blob. It is possible for `parse_256(I_L)` to be zero, since `parse_256(I_L)` is an integer. `parse_256(I_L) = 0` is also an error condition in other parts of the document.

No reviews
yanmaani·Updated Dec 15, 2021·0 reviews·0 attestations·View source
Collections:BIPs — Merged

Specification

It's not possible for I_L to be zero, since I_L is a binary blob. It is possible for parse_256(I_L) to be zero, since parse_256(I_L) is an integer. parse_256(I_L) = 0 is also an error condition in other parts of the document.

Discussion (0 threads)

Loading discussions...