commit | a559c05a5b55033bab3267d577f388268a0e7729 | [log] [tgz] |
---|---|---|
author | Chien Wong <m@xv97.com> | Wed Aug 09 21:49:58 2023 +0800 |
committer | Chien Wong <m@xv97.com> | Wed Aug 09 21:49:58 2023 +0800 |
tree | 5adf067aa9f86657998f29a92c15269744b078d4 | |
parent | aa9a15833e713f66da53c2a857082697b1a7eddc [diff] |
Add changelog Signed-off-by: Chien Wong <m@xv97.com>
diff --git a/ChangeLog.d/improve-doc-on-ecp-curve-optimized-representation.txt b/ChangeLog.d/improve-doc-on-ecp-curve-optimized-representation.txt new file mode 100644 index 0000000..8fdc588 --- /dev/null +++ b/ChangeLog.d/improve-doc-on-ecp-curve-optimized-representation.txt
@@ -0,0 +1,3 @@ +Features + * The documentation of mbedtls_ecp_group now describes the optimized + representation of A for some curves. Fixes #8045.