test_suite_config.crypto_combinations.data (304B)
1 # Interesting combinations of low-level crypto options 2 3 Config: ECC: Weierstrass curves only 4 depends_on:MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED:!MBEDTLS_ECP_MONTGOMERY_ENABLED 5 pass: 6 7 Config: ECC: Montgomery curves only 8 depends_on:!MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED:MBEDTLS_ECP_MONTGOMERY_ENABLED 9 pass: