Add dependency for P192K1 tests

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei 2023-04-13 13:11:05 +02:00
parent 0a11ee6da8
commit bda7f87e2a
No known key found for this signature in database
GPG key ID: F072ACA227ACD71D

View file

@ -498,6 +498,7 @@ class EcpP192K1Raw(bignum_common.ModOperationCommon,
test_name = "ecp_mod_p192k1"
input_style = "fixed"
arity = 1
dependencies = ["MBEDTLS_ECP_DP_SECP119K1_ENABLED"]
moduli = ["fffffffffffffffffffffffffffffffffffffffeffffee37"] # type: List[str]