* crypto/hd: properly catch index overflows to ensure conformance with BIP 32 Uses 31 bits as the bitsize argument to strconv.ParseUint to ensure that we correctly parse values in the range [0, max(int32)] Adds tests too to prevent future regressions of this subtlety. Fixes #7627. * Address Fedekunze's testing review |
||
|---|---|---|
| .. | ||
| testdata | ||
| algo_test.go | ||
| algo.go | ||
| doc.go | ||
| fundraiser_test.go | ||
| hdpath_test.go | ||
| hdpath.go | ||