Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Many (standard-)libraries for various languages bring their own hash functions, but as far as I can tell, only little is known about their performance - both in terms of run-time performance as well as collision resistance.

An answer to another thread here on SO contained these 2 links (1, 2) that provide some insight into the matter, but are hardly extensive .. and I'm not sure that I really trust the results.

Are there no other resources on this topic? Have any of you maybe looked at this in more detail?

share|improve this question
2  
What makes you think no one has analyzed these functions? They have been extensively analyzed for all sorts of properties - security, speed, distribution, etc. – templatetypedef Jun 24 '12 at 0:16
3  
While interesting, this seems too big for an SO question. From the FAQ: "Your questions should be reasonably scoped. If you can imagine an entire book that answers your question, you’re asking too much." Also, massive [citation-needed] on the "little is known about their performance." What makes you think that the standard library implementors didn't understand the algorithms fully? – Matt Ball Jun 24 '12 at 0:16
@templatetypedef: I guess the OP is asking "where I can find the results of these analyses?". – Oli Charlesworth Jun 24 '12 at 0:19
4  
Here is a treasure trove answer for you. – dasblinkenlight Jun 24 '12 at 0:20
Thank you dasblinkenlight. If you had posted it as an answer I would have accepted it. @Matt Ball: I prefixed that line with "as far as I can tell", so there is a citation-needed-disclaimer there. – Dexter Jun 24 '12 at 0:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.