mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
Changes
|
|
* The function mbedtls_mpi_gcd() now always gives a non-negative output.
|
|
Previously the output was negative when B = 0 and A < 0, which was not
|
|
documented, and inconsistent as all other inputs resulted in a non-negative
|
|
output.
|