mbedtls_ecjpake_set_point_format() function
Set the point format for future reads and writes.
Arguments
ctx
The ECJPAKE context to configure.
point_format
The point format to use: #MBEDTLS_ECP_PF_UNCOMPRESSED (default) or #MBEDTLS_ECP_PF_COMPRESSED.
Return value
\c 0 if successful. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if \p point_format is invalid.