Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faddev-Lavier Algorithm for GF(2)

Here we have implemented faddev-lavier algorithm for a GF(2) matrix.

  1. Clone the repository:

    git clone https://github.com/joydeep2001/cryptography.git
  2. Navigate into the project directory:

    cd YourProjectName
  3. Create the build folder (optional step, but often done by convention):

    mkdir build
    cd build
  4. Run CMake to generate the build system (this step generates the necessary files inside the build folder):

    cmake ..
  5. Build the project:

    make
  6. Tests
    The tests are located inside the test folder. To test the code run the following command:

    ./TestExecutable

About

This repo cotains some useful code which is directly or indirecly related to cryptography

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages