I am working on a project that requires generating a SHA256 hash (or similar static strong hash). Doing this with sha1 was easy using the hash.h library. However, there seems to be no supplied equivalent library for sha256. I did find the Crypto.h library by Rhys Wetherley in the Library Manager which seems to be the de-facto library, as well as others online, but as yet am unable to find any real world usage examples online so am a bit stuck on how to proceed.
A search of this forum showed a few links to Crypto chip, but not to any specific crypto library?
Can anyone point me to any tutorials or usage examples for the Rhys Wetherby library, or indeed any other library that is considered by the experts to be exhaustively tested and safe? Or is the Arduino simply considered to be unsuitable for strong cryptography?