1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Multplication is simmetric so only generate unique combinations

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2023-04-03 17:26:44 +02:00
parent f8b55d6358
commit b0f013784f

View File

@ -238,6 +238,7 @@ class BignumCoreMul(BignumCoreTarget, bignum_common.OperationCommon):
test_function = "mpi_core_mul"
test_name = "mbedtls_mpi_core_mul"
arity = 2
unique_combinations_only = True
def format_arg(self, val: str) -> str:
return val