mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-11 00:52:48 +08:00

This test helper reads an MPI from a string and guarantees control over the number of limbs of the MPI, allowing test cases to construct values with or without leading zeros, including 0 with 0 limbs. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>