Cathedrow / Cryptosuite

Cryptographic suite for Arduino (SHA, HMAC-SHA)
320 stars 148 forks source link

updated wrong returntypes and fixed nonconst PROGMEM #19

Closed daknuett closed 5 years ago

daknuett commented 7 years ago

In order to use the library with modern compilers the PROGMEM data must be const.

Additionally the Print::write must return size_t, not void.

daknuett commented 5 years ago

Is fixed in https://github.com/daknuett/cryptosuite2. Closing, as this repo is dead.