mirror of
https://notabug.org/litucks/torzu.git
synced 2026-05-14 07:40:49 +00:00
8 lines
281 B
Text
8 lines
281 B
Text
Features
|
|
* The new function mbedtls_ecp_write_key_ext() is similar to
|
|
mbedtls_ecp_write_key(), but can be used without separately calculating
|
|
the output length.
|
|
|
|
New deprecations
|
|
* mbedtls_ecp_write_key() is deprecated in favor of
|
|
mbedtls_ecp_write_key_ext().
|