Searching counterpart for STM32CubeExpansion_Crypto_V4.2.0 ECDSA
I implemented a ECDSA signature generation and checking on STM32H743ZI NUCLEO using STM32CubeExpansion_Crypto_V4.2.0 library example ECDSA_SignVerify.
I did similiar with Python using https://pypi.org/project/ecdsa/
Unfortunately signature generated by one fail to verify with the other although using the same input for hash, private and public key and curve. I used SECP256k1 / SECP256K1 and NIST256p / SECP256R1 on Python / STM32.
Any suggestions? What are the tools ST verified the libraries with?
Verification on the same platform works fine in both cases.
Thanks for any help.
