codecryptanalysis / mccl

modular code cryptanalysis library
MIT License
8 stars 3 forks source link

M C C L

Modular Code Cryptanalysis Library

C++ CI

Documentation

Please review documentation and help improve it! We're also looking for tutorials by and for people that are new to the project.

https://github.com/codecryptanalysis/mccl/tree/main/doc

Algorithms implemented

Repository structure

Prerequisites

Autoconf:

sudo apt install autoconf

Libtool library:

sudo apt-get install libtool

Building tools (GCC and the rest):

sudo apt update
sudo apt install build-essential

GMP:

sudo apt-get install libgmp3-dev

Getting started

git clone git@github.com:codecryptanalysis/mccl.git mccl
cd mccl
autoreconf --install
./configure --without-cuda
make
make check