mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 19:42:56 +00:00
The corner case tests were designed for 64 bit limbs and failed on 32 bit platforms because the numbers in the test ended up being stored in a different number of limbs and the function (correctly) returnd an error upon receiving them.