Hello
I wish to run a SHA256 hash over a range of memory on external SPI flash which means I need to read a number of blocks of the memory from SPI flash, run the SHA256 on each block to get the final hash.
I can find plenty of examples of how to use the SHAMD5 library to run over a single contiguous block of memory and this works well.
However I cannot find any examples as to how I keep the hash going over a number of blocks to get the final result.
Is anyone able to show me an example of how to do this.
Thanks