1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

- Fixed a mistake in mpi_cmp_mpi() where longer B values are handled wrong

This commit is contained in:
Paul Bakker
2012-03-22 14:08:57 +00:00
parent b78c74551f
commit 0c8f73ba8b
2 changed files with 10 additions and 1 deletions

View File

@@ -138,6 +138,15 @@ mpi_cmp_mpi:10:"-2":10:"-3":1
Base test mpi_cmp_mpi (Negative values) #3
mpi_cmp_mpi:10:"-2":10:"-1":-1
Base test mpi_cmp_mpi (Mixed values) #4
mpi_cmp_mpi:10:"-3":10:"2":-1
Base test mpi_cmp_mpi (Mixed values) #5
mpi_cmp_mpi:10:"2":10:"-3":1
Base test mpi_cmp_mpi (Mixed values) #6
mpi_cmp_mpi:10:"-2":10:"31231231289798":-1
Base test mpi_cmp_abs #1
mpi_cmp_abs:10:"693":10:"693":0