This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

HMAC for 3KB flash data (3000bytes)

i have 3000 bytes of data placed in flash from 0x20000. i want to calculate hmac for the same data.First, can we calculate hmac for such huge data?If yes, then how can i calculate by using CRYS_HMAC() function?

Related