mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +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.
48 KiB
48 KiB