I'd like to do a MD5 on some data. Unfortunately all the libs I tried return wrong hashes.
Is there any working implementation of MD5 for Espruino? If not, what should I look for on the "differences" part of the JS implementations (I though endianess first, but maybe there are better hints)?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
I'd like to do a MD5 on some data. Unfortunately all the libs I tried return wrong hashes.
Is there any working implementation of MD5 for Espruino? If not, what should I look for on the "differences" part of the JS implementations (I though endianess first, but maybe there are better hints)?
Cheers
Stev