Skip to main content
stmmm
Associate II
February 22, 2023
Question

How to use SHA1 function in STM32CubeIDE?

  • February 22, 2023
  • 1 reply
  • 1897 views

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?

This topic has been closed for replies.

1 reply

Piranha
Principal III
February 22, 2023

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?

stmmm
stmmmAuthor
Associate II
February 23, 2023

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.

Tesla DeLorean
Guru
February 23, 2023

>>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 VenmoUp vote any posts that you find helpful, it shows what's working..