mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04: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:
|