mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
701b88c54a
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
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:
|