ANNOUNCE: Another Haskell MIME Library
What's the betting they all have Base64 in them. Base64 is like a virus; everyone seems to have their own copy. I put it in the crypto library (along with MD5 another virus-like module) in the hope that we would end up with one version of both. Clearly that hasn't worked. Any suggestions? Dominic.
Dominic Steinitz <dominic.steinitz@blueyonder.co.uk> writes:
Base64 is like a virus; everyone seems to have their own copy. I put it in the crypto library (along with MD5 another virus-like module) in the hope that we would end up with one version of both. Clearly that hasn't worked.
Any suggestions?
I actually found it and used for LDIF I/O. That would strictly need a Base64 decoder which does not skip characters missing from the Base64 alphabet, but I skipped that requirement. Thanks for the SHA code, too. -- Regards, Feri.
participants (2)
-
Dominic Steinitz -
Wagner Ferenc