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-28 2:24

>>18

Average adult human vocabulary is about 30000 words: i.e. when you read a book, you can recognize and analyze relations between 30000 concepts. So I will be surprised if human brain can operate datasets larger than 100000 items, especially because no single neuron can sample them all and as I understand it, most neurons sample only specific portion of the brain: i.e. visual cortex neuron don't directly sample auditory cortex ones.

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