"Module":"hash",
"Title":"hash - routines for hashing bytes",
"Author":"dinesh",
"Dependencies":[
]
"Description":[
{
"str":""
},
{
"str":"When creating a hash table it's important to have a hash function"
},
{
"str":"which mixes well and is fast.  This package supplies such functions."
},
{
"str":""
},
{
"str":"The hash functions come in two flavors: the normal ones and the"
},
{
"str":"stable ones.  The normal ones can vary from machine-to-machine and"
},
{
"str":"may change if we find better or faster hash algorithms in future."
},
{
"str":"The stable ones will always give the same results on any computer,"
},
{
"str":"and on any version of this package."
},
]
