mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-25 03:17:22 +00:00
Remove 0 from generated GCD test data
Signed-off-by: Felix Conway <[email protected]>
This commit is contained in:
@@ -239,8 +239,6 @@ class BignumGCD(BignumOperation):
|
||||
"1", "-1",
|
||||
"2", "-2",
|
||||
"3", "-3",
|
||||
"00", "-00",
|
||||
"",
|
||||
]
|
||||
|
||||
def __init__(self, val_a: str, val_b: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user