mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 22:19:05 +00:00
Add flag for unique combinations in operations
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
6351c7f5f3
commit
bbf0a32d67
2 changed files with 13 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue