uECC_verify() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

returns TC_SUCCESS (1) if the signature is valid returns TC_FAIL (0) if the signature is invalid.

Notes

Usage: Compute the hash of the signed data using the same hash as the signer and pass it to this function along with the signer's public key and the signature values (hash_size and signature).

References

from examples