Curve25519 and Curve448. This family comprises the following Montgomery curves: - 255-bit: Bernstein et al., _Curve25519: new Diffie-Hellman speed records_, LNCS 3958, 2006. The algorithm #PSA_ALG_ECDH performs X25519 when used with this curve. - 448-bit: Hamburg, _Ed448-Goldilocks, a new elliptic curve_, NIST ECC Workshop, 2015. The algorithm #PSA_ALG_ECDH performs X448 when used with this curve.