mbedtls_ecp_point_cmp() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 if the points are equal. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if the points are not equal.

Notes

This assumes that the points are normalized. Otherwise, they may compare as "not equal" even if they are.

References

from examples