mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
Fix tests for 32bit
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
7e6fcc1fbc
commit
2c8e144ef6
@ -81,7 +81,7 @@ class EcpP521R1Raw(bignum_common.ModOperationCommon,
|
|||||||
"""Test cases for ecp quasi_reduction()."""
|
"""Test cases for ecp quasi_reduction()."""
|
||||||
test_function = "ecp_mod_p521_raw"
|
test_function = "ecp_mod_p521_raw"
|
||||||
test_name = "ecp_mod_p521_raw"
|
test_name = "ecp_mod_p521_raw"
|
||||||
input_style = "fixed"
|
input_style = "arch_split"
|
||||||
arity = 1
|
arity = 1
|
||||||
|
|
||||||
moduli = [("01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
|
moduli = [("01ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user