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?