Bignum Tests: remove ModOperationCommonArchSplit
The functionality of ModOperationCommonArchSplit is needed in several subclasses, therefore moving it to a superclass. There is another, redundant ArchSplit class, which will be removed in a later commit. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
948afcecb9
commit
155ad8c297
2 changed files with 24 additions and 28 deletions
|
@ -50,12 +50,13 @@ class BignumModRawTarget(test_data_generation.BaseTarget):
|
|||
# END MERGE SLOT 6
|
||||
|
||||
# BEGIN MERGE SLOT 7
|
||||
class BignumModRawConvertToMont(bignum_common.ModOperationCommonArchSplit,
|
||||
class BignumModRawConvertToMont(bignum_common.ModOperationCommon,
|
||||
BignumModRawTarget):
|
||||
""" Test cases for mpi_mod_raw_to_mont_rep(). """
|
||||
|
||||
test_function = "mpi_mod_raw_to_mont_rep"
|
||||
test_name = "Convert into Mont: "
|
||||
arch_split = True
|
||||
|
||||
test_data_moduli = ["b",
|
||||
"fd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue