We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58263d + e3f4268 commit 4d6e2cdCopy full SHA for 4d6e2cd
scripts/generate_test_keys.py
@@ -179,6 +179,8 @@ def main() -> None:
179
# tf-psa-crypto. It only remains available for 3.6 LTS branch.
180
if not build_tree.is_mbedtls_3_6():
181
del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][224]
182
+ del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_R1'][192]
183
+ del EC_NAME_CONVERSION['PSA_ECC_FAMILY_SECP_K1'][192]
184
185
arrays, look_up_table = collect_keys()
186
0 commit comments