spaniakos / Cryptosuite

Cryptographic suite for Arduino & RPi (SHA, HMAC-SHA)
http://spaniakos.github.io/Cryptosuite/
GNU Affero General Public License v3.0
23 stars 11 forks source link

Make PROGMEM const #14

Open misog opened 7 years ago

misog commented 7 years ago

I use Arduino IDE 1.8.3 and Arduino NANO, PROGMEM should be const:

sha256.cpp:3: error: variable 'sha256K' must be const in order to be put into read-only section by means of '__attribute__((progmem))'

DmitryMaksakov commented 6 years ago

I am facing the same issue.

spaniakos commented 6 years ago

since i don't have arduino nano, can you sent me a print screen of the working examples. I need to verify the output in order to push to code into the library.

AnrySeig0 commented 6 years ago

i solved this issue with this solution, https://forum.arduino.cc/index.php?topic=299928.0