Skip to content

baptistereb/McEliece

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

McEliece

Demo allowing you to encrypt and decrypt messages with the McEliece cryptosystem (post-quantum resistant) in C

Installation

sudo apt-get install libgsl-dev on fedora : sudo dnf install gsl-devel

Make

gcc src/* -I include -o exec -lgsl -lgslcblas -lm -lssl -lcrypto && ./exec

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published