Question
STM32F2 SHA1 Hashing
Posted on December 13, 2012 at 22:31
Hi,
I am trying to integrate STM32F2 SHA1 support into an existing crypto API that is structured with three main functions:sha_initsha_updatesha_finalIt appears from the STM32F2 SHA1 example code that the HASH processor is meant to be used in one step - for example, making only one call to create a SHA1 hash. What would be the best way to break STM32F2 SHA1 hashing up between three functions (as shown above)?Thanks,Chris #hash #sha1 #crypto #stm32