Arduino Md5 Library memory intensve

I am using the ArduinoMD5 library by tziki in my project. However I realized my sketch size has blown up from 16kB to 26kB when I included the Md5 library.
I checked the example sketch that is included in the library and it is already 13kB.

Is there anything that can be done about the size of the library? I have to use it for the project but now my sketch is at 98% memory usage and Im going to quickly run out of program space.

I use the library, but on ATmega 1284 with 128kB flash. I use only part of the library, but I don't know now if it makes it use less flash. My code is here Regulator/SusCalib.ino at master · JAndrassy/Regulator · GitHub

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.