Difference between revisions of "User talk:Timeslip"

1 byte removed ,  13:58, 25 September 2006
m
→‎BSA hashes: Fixed rounding error
imported>Timeslip
(BSA hashes)
 
imported>Timeslip
m (→‎BSA hashes: Fixed rounding error)
Line 36: Line 36:
       byte c=(byte)((i<<7)+(byte)((hash&0xff00)>>8));
       byte c=(byte)((i<<7)+(byte)((hash&0xff00)>>8));
       hash-=hash&0xFF00FFFF;
       hash-=hash&0xFF00FFFF;
       hash+=(ulong)((a<<24)+b+(c<<8));
       hash+=(uint)((a<<24)+b+(c<<8));
     }
     }
   }
   }
Anonymous user