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.