Add point format handling
This commit is contained in:
parent
faee44ded1
commit
7cdad7708e
2 changed files with 30 additions and 17 deletions
|
@ -71,6 +71,7 @@ typedef struct
|
|||
const mbedtls_md_info_t *md_info; /**< Hash to use */
|
||||
mbedtls_ecp_group grp; /**< Elliptic curve */
|
||||
mbedtls_ecjpake_role role; /**< Are we client or server? */
|
||||
int point_format; /**< Format for point export */
|
||||
|
||||
mbedtls_ecp_point Xm1; /**< My public key 1 C: X1, S: X3 */
|
||||
mbedtls_ecp_point Xm2; /**< My public key 2 C: X2, S: X4 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue