1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #6999 from ivq/ecp_doc

Doc: Add note on special use of A in ecp group structure
This commit is contained in:
Manuel Pégourié-Gonnard
2023-08-10 08:24:05 +00:00
committed by GitHub
3 changed files with 51 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
Features
* The documentation of mbedtls_ecp_group now describes the optimized
representation of A for some curves. Fixes #8045.