Glenn Strauss | 2ff7711 | 2022-09-14 23:27:50 -0400 | [diff] [blame] | 1 | Features |
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) |