ecmult: Clean up integer types in _ecmult_wnaf #1795 pull real-or-random wants to merge 2 commits into bitcoin-core:master from real-or-random:202601-ecmult-wnaf-types changing 1 files +31 −29 Conversation Commits2 Files1 Check real-or-random commented at 2:20 PM on January 7, 2026: contributor Fixes #1769. On top of #1794. real-or-random added the label tweak/refactor on Jan 7, 2026 ecmult: Clean up integer types in strauss 0f75e12a90 ecmult: Fix VERIFY_CHECK to exclude UB Left-shifting an int32_t by 31 may be signed overflow 242df7f18a real-or-random force-pushed on Jan 7, 2026 hebasto commented at 2:49 PM on January 7, 2026: member Concept ACK. Contributorsreal-or-randomhebasto Labelstweak/refactor Linked (view graph)#1769 `_ecmult_wnaf` relies on `int` being at least 32 bits#1794 ecmult: Use size_t for array indices