Gilles Peskine | 1c52e57 | 2024-05-23 15:50:44 +0200 | [diff] [blame] | 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: |