I'm using cmox_ecdh for generating shared key for STM32G431KBT6. I tried using single call API from AES_CBC_EncryptDecrypt example and provided Computed_Secret instead of Key in cmox_cipher_encrypt function but I get bad parameters error. I dWith the...
The board connects but when I build and run the project, the light does not blink as it says it should. Also, I'm using mac, how do I import cryptolib into an existing project? I followed this instructions and this wiki but it's not working.
That makes sense, Jocelyn. Thank you!I am looking at ECDSA_SharedSecretGeneration example and I get this error:../Core/Src/main.c:30:6: error: unknown type name 'TestStatus'../Core/Src/main.c:30:31: error: 'FAILED' undeclared here (not in a function...