in reply to Character Length Requirement & String Conversion
I am looking for something similar to Digest::MD5's md5_hex function.
What is wrong with using md5_hex()? Ignore this! I was thinking of the 16-byte binary representation instead of the 32-byte hex.
When I was looking for something similar, I eventually settled upon the 64-bit FNV1a implementation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Character Length Requirement & String Conversion
by bpthatsme (Novice) on Mar 13, 2012 at 01:08 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2012 at 01:33 UTC |