Using MD5 Hash on stm32f417
Posted on April 03, 2014 at 13:08Hey 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 execut...