mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
3637488eb4
Test both 0 represented with 0 limbs ("0 (null)") and 0 represented with 1 limb ("0 (1 limb)"), because occasionally there are bugs with 0-limb bignums and occasionally there are bugs with removing leading zero limbs. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>