cancel
Showing results for 
Search instead for 
Did you mean: 

How to use SHA1 function in STM32CubeIDE?

stmmm
Associate II

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?

5 REPLIES 5
Piranha
Chief II

Duplicate:

https://community.st.com/s/question/0D53W000028km3wSAA/how-to-implement-a-sha1-algorithm-in-stmcubeide-using-the-cryptographic-library

What's the problem of opening the appropriate header file, looking at those few obvious functions and just calling those?

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.

>>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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thanks

Wow what a great response :|