mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-23 20:51:07 +01:00
Use the names as described in `docs/proposed/psa-conditional-inclusion-c.md which use a transform like: SECP256R1 -> SECP_R1_256. The CURVE25519 and CURVE448 become MONTGOMERY_255 and MONTGOMERY_448. Signed-off-by: David Brown <david.brown@linaro.org>