Skip to content

Instantly share code, notes, and snippets.

@ryansb
Created April 2, 2013 18:41
Show Gist options
  • Save ryansb/5294949 to your computer and use it in GitHub Desktop.
Save ryansb/5294949 to your computer and use it in GitHub Desktop.
sudo yum install -y gcc curl-devel
sudo yum localinstall -y http://pkgs.repoforge.org/htop/htop-1.0.2-1.el6.rf.x86_64.rpm
wget https://www.schneier.com/code/skein.zip
unzip skein.zip
cd NIST/CD/Optimized_64bit
curl https://gist.github.com/Barrucadu/5288150/raw/6ca52f13fd65a7e5ea43a726154fa8f62f4a0867/xkcd.c | sed -e 's/york.ac.uk/rit.edu/' > xkcd.c
gcc -std=c99 *.c -lcurl -lpthread -O3 -o xkcd.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment