2023-02-22 02:33 PM
I am trying to implement the sha1 function using the cryptographic library offered from STMicroelectronics. I believe I have properly imported the library as per the directions in Security:Getting started with the Cryptographic Library - stm32mcu. From here, how do i implement a simple SHA-1 function?
2023-02-22 02:52 PM
Duplicate:
What's the problem of opening the appropriate header file, looking at those few obvious functions and just calling those?
2023-02-22 04:19 PM
I do not know what header file to look for. I have looked up the cryptographic library manual an tried calling the functions in there, but I continue to get errors.
2023-02-23 09:18 AM
>>I continue to get errors.
Compile time ?
Link time ?
Run time ?
Enumerate a bit more specifically, it's likely to get more traction
I'm not sure who the point person here is for the Crypto Library
2023-02-24 10:58 AM
thanks
2023-02-24 06:01 PM
Wow what a great response :|