blob: 44253dd3b0838fd585e5d5aad098fed796762eda [file] [log] [blame]
Glenn Strauss2ff77112022-09-14 23:27:50 -04001Features
2 * Add support for reading points in compressed format
3 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
4 (and callers) for Short Weierstrass curves with prime p where p = 3 mod 4
5 (all mbedtls MBEDTLS_ECP_DP_SECP* and MBEDTLS_ECP_DP_BP* curves
6 except MBEDTLS_ECP_DP_SECP224R1 and MBEDTLS_ECP_DP_SECP224K1)