Hello,
documentation in driverlib (shamd5.c) says, that size of HMAC key, passed to SHAMD5HMACKeySet() or SHAMD5HMACPPKeySet() must be 512 bytes. Looks like mistake, in case of HMAC-SHA256 key should be 512 bits (64 bytes).
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
documentation in driverlib (shamd5.c) says, that size of HMAC key, passed to SHAMD5HMACKeySet() or SHAMD5HMACPPKeySet() must be 512 bytes. Looks like mistake, in case of HMAC-SHA256 key should be 512 bits (64 bytes).