mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
bignum_mod_raw.py: Changed the symbol for modular negation to "-".
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
@ -114,7 +114,7 @@ class BignumModRawModNegate(bignum_common.ModOperationCommon,
|
|||||||
""" Test cases for mpi_mod_raw_neg(). """
|
""" Test cases for mpi_mod_raw_neg(). """
|
||||||
test_function = "mpi_mod_raw_neg"
|
test_function = "mpi_mod_raw_neg"
|
||||||
test_name = "Modular negation: "
|
test_name = "Modular negation: "
|
||||||
symbol = "(-A)"
|
symbol = "-"
|
||||||
input_style = "arch_split"
|
input_style = "arch_split"
|
||||||
arity = 1
|
arity = 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user