mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-12 08:21:54 +03:00
Add flag for unique combinations in operations
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
@ -97,6 +97,7 @@ class BignumCoreSub(BignumCoreOperation):
|
||||
symbol = "-"
|
||||
test_function = "mpi_core_sub"
|
||||
test_name = "mbedtls_mpi_core_sub"
|
||||
unique_combinations_only = False
|
||||
|
||||
def result(self) -> str:
|
||||
if self.int_a >= self.int_b:
|
||||
|
Reference in New Issue
Block a user