Fast open source checksum for small strings
问题 I need a quick checksum (as fast as possilbe) for small strings (20-500 chars). I need the source code and that must be small! (about 100 LOC max) If it could generate strings in Base32/64. (or something similar) it would be perfect. Basically the checksums cannot use any "bad" chars.. you know.. the usual (){}[].,;:/+-\| etc Clarifications It could be strong/weak, that really doesn't matter since it is only for behind-the-scenes purposes. It need not contain all the data of the original