mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-25 13:43:31 +00:00
Correct the maximum canonical value in tests
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
97803abd2a
commit
61ef3603eb
@ -93,8 +93,8 @@ class EcpP224R1Raw(bignum_common.ModOperationCommon,
|
|||||||
"ffffffffffffffffffffffffffffffff000000000000000000000000",
|
"ffffffffffffffffffffffffffffffff000000000000000000000000",
|
||||||
|
|
||||||
# Maximum canonical P224 multiplication result
|
# Maximum canonical P224 multiplication result
|
||||||
("ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
|
("fffffffffffffffffffffffffffffffe000000000000000000000000"
|
||||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),
|
"00000001000000000000000000000000000000000000000000000000"),
|
||||||
|
|
||||||
# Generate an overflow during reduction
|
# Generate an overflow during reduction
|
||||||
("00000000000000000000000000010000000070000000002000001000"
|
("00000000000000000000000000010000000070000000002000001000"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user