cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use secp192r1 with X-CUBE-CRYPTOLIB?

crwper
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Jocelyn RICARD
ST Employee

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

View solution in original post

2 REPLIES 2
Jocelyn RICARD
ST Employee

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

Thank you!