mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-02 07:20:26 +00:00
Comment cosmetics
This commit is contained in:
parent
66ba48a3c8
commit
fd838dab5c
@ -48,7 +48,7 @@ typedef struct
|
|||||||
mbedtls_ecp_point Q; /*!< our public value (public key) */
|
mbedtls_ecp_point Q; /*!< our public value (public key) */
|
||||||
mbedtls_ecp_point Qp; /*!< peer's public value (public key) */
|
mbedtls_ecp_point Qp; /*!< peer's public value (public key) */
|
||||||
mbedtls_mpi z; /*!< shared secret */
|
mbedtls_mpi z; /*!< shared secret */
|
||||||
int point_format; /*!< format for point export in TLS messages */
|
int point_format; /*!< format for point export in TLS */
|
||||||
mbedtls_ecp_point Vi; /*!< blinding value (for later) */
|
mbedtls_ecp_point Vi; /*!< blinding value (for later) */
|
||||||
mbedtls_ecp_point Vf; /*!< un-blinding value (for later) */
|
mbedtls_ecp_point Vf; /*!< un-blinding value (for later) */
|
||||||
mbedtls_mpi _d; /*!< previous d (for later) */
|
mbedtls_mpi _d; /*!< previous d (for later) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user