Does the CEC1702 ECC block support elliptic-curve p-384?
The CEC1702 supports elliptic-curve p-384. There is an API called ec_prog_curve that will load the curve parameters from a memory location in a certain format. The ROM code has parameters pre-programmed for the following curves:
- t571r1
- t409r1
- t283r1
- t233r1
- t163r2
- p521r1
- p384r1
- p256r1
- p224r1
- p192r1
For other curves, you can use the ec_prog_curve API and point to an address that has the parameters for the curve in user code area.