Demo allowing you to encrypt and decrypt messages with the McEliece cryptosystem (post-quantum resistant) in C
sudo apt-get install libgsl-dev
on fedora :
sudo dnf install gsl-devel
gcc src/* -I include -o exec -lgsl -lgslcblas -lm -lssl -lcrypto && ./exec