cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 [ECC] X-CUBE-CRYPTOLIB support

Akash_M
Associate II

Hello,

I am using the Nucleo-STM32F411RE development board and require support for cryptographic functions, particularly ECC Point Generation.

input: w0, N
output: Y, y

Begin
generate random scalar y on chosen curve
Y=y×G+w0×N (G as defined NIST P-256)
return Y
end


To achieve this, I downloaded the X-CUBE-CRYPTOLIB v4.3.0 package, But I could not find any API's suitable for above operations like (ECC scalar multiplication or addition) which are very basic operations in ECC algorithm.

Could anyone please help me with suggestions are feedback.

Best regards,
Akash M

@Imen.D Please help.

1 REPLY 1
Akash_M
Associate II

Hi @tobbymathew 

Please help!!

Best Regards,

Akash