On Wed, Jun 5, 2013 at 5:14 PM, Alex Tweedly <a...@tweedly.net> wrote:
> Your code has a minor bug :-) > > You "get MD5Digest(S[1]) " > instead of using S[i] > Arrrrrrrrgh!!! ;-) Interestingly, md5 appears to scale roughly linearly on the length of the strings. 100x as long string means about 15x as long to md5, while 1000x as long string means about 120x as long to md5. sha1 is longer but scales similarly. _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode