2025-03-14 5:35 AM
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.
2025-03-18 5:20 AM
Hi @tobbymathew
Please help!!
Best Regards,
Akash