Created Fri, 25 Apr 2014 23:47:37 +0000 by Jacob Christ
Fri, 25 Apr 2014 23:47:37 +0000
Ported SHA library to chipKIT here:
https://github.com/JacobChrist/Cryptosuite/tree/chipKIT
I submitted a pull request back to the author, we'll see if gets picked up.
Jacob
Sun, 04 May 2014 12:55:46 +0000
Hi, can I sha a file?
Sun, 04 May 2014 16:09:08 +0000
I haven't tried, but I would assume its possible. You would just need to open the file and stream it through the sha function. We are just using it for short strings stored in a 256 byte I2C eeprom as a sort of checksum.
Jacob