bignum_mod_raw.py: Changed the symbol for modular negation to "-".

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2022-12-12 11:13:56 +00:00
parent 9a60b2373b
commit f3abea6641
+1 -1
View File
@@ -114,7 +114,7 @@ class BignumModRawModNegate(bignum_common.ModOperationCommon,
""" Test cases for mpi_mod_raw_neg(). """
test_function = "mpi_mod_raw_neg"
test_name = "Modular negation: "
symbol = "(-A)"
symbol = "-"
input_style = "arch_split"
arity = 1