mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
|
# Interesting combinations of low-level crypto options
|
||
|
|
||
|
Config: ECC: Weierstrass curves only
|
||
|
depends_on:MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED:!MBEDTLS_ECP_MONTGOMERY_ENABLED
|
||
|
pass:
|
||
|
|
||
|
Config: ECC: Montgomery curves only
|
||
|
depends_on:!MBEDTLS_ECP_SHORT_WEIERSTRASS_ENABLED:MBEDTLS_ECP_MONTGOMERY_ENABLED
|
||
|
pass:
|