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
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;
}