mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-17 15:49:56 +00:00
Fix a build failure that occurs in environments using Code Page 950
Replace a non-ASCII character with a space Signed-off-by: Paul Huang <[email protected]>
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
* The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous
|
* The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous
|
||||||
* key agreement protocol allowing two parties to establish a shared
|
* key agreement protocol allowing two parties to establish a shared
|
||||||
* secret over an insecure channel. Each party must have an
|
* secret over an insecure channel. Each party must have an
|
||||||
* elliptic-curve public–private key pair.
|
* elliptic-curve public private key pair.
|
||||||
*
|
*
|
||||||
* For more information, see <em>NIST SP 800-56A Rev. 2: Recommendation for
|
* For more information, see <em>NIST SP 800-56A Rev. 2: Recommendation for
|
||||||
* Pair-Wise Key Establishment Schemes Using Discrete Logarithm
|
* Pair-Wise Key Establishment Schemes Using Discrete Logarithm
|
||||||
|
|||||||
Reference in New Issue
Block a user