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

Prog collabrative challange

Name: Anonymous 2011-03-11 3:42

Prog collaborative challange: make hax function for hashing.
Take code, modify it, post it.

Usage of elliptecal curves, primes, sboxes are all allowed. Changning languages is allowed.
Inventing new languages is allowed.

I start with simple

uint32_t hax(uint8_t* anus, size_t anus_depth)
{
     unsigned dildo;
     uint32_t vipper = 0x9011;
     for(dildo=0;dildo<anus_depth;++dildo){
       vipper ^= (vipper<< 8) | anus[dildo];
     }
     return vipper;    
}

Name: Anonymous 2011-03-11 5:15

Hey OP, if code doesn't need to compile... what's the point?

make it work! http://codepad.org/Z02jPuNo

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