mpi_read_negative_zero.txt 163 B

1234
  1. Bugfix
  2. * mbedtls_mpi_read_string on "-0" produced an MPI object that was not treated
  3. as equal to 0 in all cases. Fix it to produce the same object as "0".