hashing algorithms like md5 is virtually irreversible.
(i.e. you can't have the email back from the hash itself)
but if that's what you need, i am sure you can easly find C implementations of md5, that probably will directly work in lite-c or need very little editing.