Closed aryanbaghi closed 9 years ago
I think with adding index to bitwise hash we could remove some conflicts. For example, if we do not use index multiplier xyz and yxz will have same hash but with multiplier they have different hash!
xyz
yxz
Good idea. Thanks!
I think with adding index to bitwise hash we could remove some conflicts. For example, if we do not use index multiplier
xyz
andyxz
will have same hash but with multiplier they have different hash!