Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Rate My Awesome Cryptographic Hash Algorithm

Name: Anonymous 2014-05-25 20:36


unsigned long hash(unsigned char *str)
{
unsigned int hash = 0;
int c;

while (c = *str++)
{
hash += c;
}

return hash;
}


Spent hours designing it. It is safer than md5!

Name: Anonymous 2014-05-27 21:15

>>13
Dendritic trees are a lot more than a hash function
How exactly? Of course the learning algorithm is unknown, but it's result is just a hash function, whose key feature is mapping high-dimensional data (dendritic tree samples up to 100,000 bits) to 1 bit. In effect brain can quickly determine correlations between up to 100000 different entities (i.e. it can compare up to 100,000 human faces at once).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List