mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +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
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@ class EcpP224R1Raw(bignum_common.ModOperationCommon,
|
|||
"ffffffffffffffffffffffffffffffff000000000000000000000000",
|
||||
|
||||
# Maximum canonical P224 multiplication result
|
||||
("ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
|
||||
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"),
|
||||
("fffffffffffffffffffffffffffffffe000000000000000000000000"
|
||||
"00000001000000000000000000000000000000000000000000000000"),
|
||||
|
||||
# Generate an overflow during reduction
|
||||
("00000000000000000000000000010000000070000000002000001000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue