I have a Boolean string (like "01100..001") of length 128 characters (means 128 number of 0/1). I am searching for an efficient (fast) hash function in Java, which produce a much lower representation than 128 bit and obviously with less collision. Can anybody help me, is there any such hash function ? Any suggestion ?
|
|
Try using the Or you can use the |
|||||||||||||
|
|
Have you considered using a |
|||||
|
|
If you need to calculate the hash of a string, simply use the As an example, in OpenJDK's implementation of the And who said that a string of 128 characters has a hash of 128-bits? all hashes returned by the |
|||
|
|