Solved
Can I use secp192r1 with X-CUBE-CRYPTOLIB?
I have an application where I need to use ECDSA to check a signature using the secp192r1 curve. However, I don't see a clear define for this in cmox_ecc.h. Is this supported under a different name?
I have an application where I need to use ECDSA to check a signature using the secp192r1 curve. However, I don't see a clear define for this in cmox_ecc.h. Is this supported under a different name?
Hello @crwper,
yes this curve is not provided as a predefined curve.
This means you need to provide the curve parameters with the cmox_ecc_customCurveConstruct
Best regards
Jocelyn
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.