Question
Using MD5 Hash on stm32f417
Posted on April 03, 2014 at 13:08
Hey guys,
I'm trying to calculate a md5 hash on a string I've got and I'm calling the function:HASH_MD5((uint8_t *)buffer, size, Md5output);where size is the size of the buffer. But the Md5output is empty after execution. Is there something I'm missing other than that line? The only other thing I've done is enable the clock:RCC_AHB2PeriphClockCmd(RCC_AHB2Periph_HASH, ENABLE);