mirror of
https://github.com/micropython/micropython.git
synced 2026-01-12 15:07:15 +01:00
When DIG_SIZE=32, a uint32_t is used to store limbs, and no normalisation is needed because the MSB is already set, then there will be left and right shifts (in C) by 32 of a 32-bit variable, leading to undefined behaviour. This patch fixes this bug.
407 B
407 B