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

Return value

returns TC_CRYPTO_SUCCESS (1) if the key pair was generated successfully returns TC_CRYPTO_FAIL (0) if error while generating key pair

Notes

side-channel countermeasure: algorithm strengthened against timing attack. @warning A cryptographically-secure PRNG function must be set (using uECC_set_rng()) before calling uECC_make_key().

References

from examples