in reply to Re: 64-bit digest algorithms
in thread 64-bit digest algorithms
The application has nothing to do with either cryptography or security. Essentially I want a hashing function with (far) less risk/frequency of collisions than a 32-bit hashing function, and far less space utilisation that a 128-bit digest.
Assuming linear distribution (and unlimited space), a 64-bit hash has only a 0.000000023% chance of collisions relative to a 32-bit hash. but uses half as much space as MD5.
I also considered 48-bit, but they're harder to calculate; and 53-bit (because of the possibility of using doubles for the calculations), but most hashing algorithm using shifting and that doesn't work with FP. And both are as rare as rocking horse doo-doo.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 64-bit digest algorithms
by dHarry (Abbot) on Nov 13, 2008 at 09:43 UTC | |
by BrowserUk (Patriarch) on Nov 13, 2008 at 18:25 UTC | |
by BrowserUk (Patriarch) on Nov 13, 2008 at 19:11 UTC | |
|
Re^3: 64-bit digest algorithms
by gone2015 (Deacon) on Nov 13, 2008 at 10:26 UTC | |
by massa (Hermit) on Nov 13, 2008 at 11:17 UTC | |
by BrowserUk (Patriarch) on Nov 15, 2008 at 06:49 UTC | |
by gone2015 (Deacon) on Nov 20, 2008 at 20:03 UTC | |
by BrowserUk (Patriarch) on Nov 21, 2008 at 16:23 UTC | |
by gone2015 (Deacon) on Nov 22, 2008 at 03:05 UTC | |
by BrowserUk (Patriarch) on Nov 20, 2008 at 23:28 UTC | |
by gone2015 (Deacon) on Nov 22, 2008 at 02:48 UTC | |
| |
|
Re^3: 64-bit digest algorithms
by ikegami (Patriarch) on Nov 13, 2008 at 18:21 UTC | |
by BrowserUk (Patriarch) on Nov 15, 2008 at 06:39 UTC | |
by gone2015 (Deacon) on Nov 16, 2008 at 15:33 UTC | |
by ikegami (Patriarch) on Nov 16, 2008 at 17:57 UTC | |
by gone2015 (Deacon) on Nov 16, 2008 at 20:37 UTC | |
|