View Single Post
Old 09-09-2004, 03:52 PM   #167
doctorow
Guru
doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.doctorow ought to be getting tired of karma fortunes by now.
 
doctorow's Avatar
 
Posts: 914
Karma: 3410461
Join Date: May 2004
Device: Kindle Touch
Thanks for the info, mosert.

A first glimse into v2.0.114.1 reveals that the Bob Jenkins hash is applied twice now:
1. bobJenkinsHash(info:url) // results in the old checksum seed like used in older toolbar versions
2. generate a 80 byte table from the hash in 1.
3. bobJenkinsHash(80 byte table) // which is the new checksum seed

So all that is necessary is to add the code for converting the first hash into the 80 byte table. I am going to add the assembler snippets in a bit here.

Doc
doctorow is offline   Reply With Quote