Last Online: 17 hrs, 59 mins ago
Member since:
September 13, 2003
Playing time:
0 hrs past 2 weeks
Steam Profile
d to the izzave fo rizzy
Profile _
How many people can read hex if only you and dead people can read hex?
Davey
United States 
void aes_crypt(aes_cnt_cipher_t *cipher, const char *input, size_t len, char *output)
{
int c = cipher->pos;
if (!len) return;
while (1) {
do {
if (len-- == 0) { cipher->pos = c; return; }
*(output++) = *(input++) ^ cipher->buf[c];
} while (++c != 16);
cipher->pos = c = 0;
if (! ++cipher->counter0)
++cipher->counter1;
_aes_fill_buf(cipher);
}
}
listener
Comments _
Groups _
PC Gamer Magazine - Public
PC Gamer Magazine
PCG STEAM GROUP
This is the official steam group for PC Gamer Magazine (US). Check back regularly for updates on events, podcasts, tournaments, contests and more. Hop into one of our servers anytime and play with the PC Gamer staff each Thursday and Saturday. Make sure to join our group and chat room and stay tuned for more changes to come.
EVENTS
Play with PCG – Thursdays at 7PM and Saturdays at 3PM
SERVERS
Team Fortress 2: 66.151.138.34:27015
Arma 2: 75.102.38.25:2332
Visit PC Gamer Magazine's profile
View all 10 groups