mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-10 10:00:48 +00:00
7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
|
Features
|
||
|
* Add support for reading points in compressed format
|
||
|
(MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()
|
||
|
(and callers) for Short Weierstrass curves with prime p where p = 3 mod 4
|
||
|
(all mbedtls MBEDTLS_ECP_DP_SECP* and MBEDTLS_ECP_DP_BP* curves
|
||
|
except MBEDTLS_ECP_DP_SECP224R1 and MBEDTLS_ECP_DP_SECP224K1)
|