mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from . import test_case
|
|
||||||
from . import test_data_generation
|
from . import test_data_generation
|
||||||
from . import bignum_common
|
from . import bignum_common
|
||||||
|
|
||||||
@ -34,7 +33,7 @@ class EcpP192R1Raw(bignum_common.ModOperationCommon,
|
|||||||
input_style = "fixed"
|
input_style = "fixed"
|
||||||
arity = 1
|
arity = 1
|
||||||
|
|
||||||
moduli = [ "fffffffffffffffffffffffffffffffeffffffffffffffff" ] # type: List[str]
|
moduli = ["fffffffffffffffffffffffffffffffeffffffffffffffff"] # type: List[str]
|
||||||
|
|
||||||
input_values = [
|
input_values = [
|
||||||
"0", "1",
|
"0", "1",
|
||||||
|
Reference in New Issue
Block a user