Here we have implemented faddev-lavier algorithm for a GF(2) matrix.
-
Clone the repository:
git clone https://github.com/joydeep2001/cryptography.git
-
Navigate into the project directory:
cd YourProjectName -
Create the
buildfolder (optional step, but often done by convention):mkdir build cd build -
Run CMake to generate the build system (this step generates the necessary files inside the
buildfolder):cmake ..
-
Build the project:
make
-
Tests
The tests are located inside the test folder. To test the code run the following command:./TestExecutable