On Fri, Sep 21, 2012 at 12:39 AM, Noel Grandin <span dir="ltr"><<a href="mailto:noel@peralex.com" target="_blank">noel@peralex.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">Since this isn't a crypto application, you're probably better off
    with a cheaper hash function like murmur hash, for which there is
    both C and Python code:<br></div></blockquote></div><br><div>It's not a crypto application, but collisions would be catastrophic. Functions that produce smaller hashes are obviously much more vulnerable, and murmur in particular is problematic due to having poor collision properties on some easily produced families of inputs.</div>