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.

CC2640R2F: Is there an implementation of a hashing algorithm in the SDK?

Part Number: CC2640R2F

Hi,

I have a project that is largely based on the simple_peripheral example and I'm now trying to implement some application layer encryption.  I've found a lot of the functions I need for this in ECCROMCC26XX for key exchange and CryptoCC2640XX for the encryption itself.  I'd like to hash the result of ECCROMCC26XX_genDHKey() to generate my encryption key. 

Is there an implementation of a hashing algorithm anywhere in the SDK that I could use or will I have to implement my own?