Skip to content

kcning/mqsolver

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
January 30, 2018 14:59
January 30, 2018 14:59
January 30, 2018 14:59
January 30, 2018 14:59
NAME
    mqsolver

DESCRIPTION
    C implementation of the Parallel Crossbred algorithm for solving
    Fukuoka MQ challenges on GPUs.
    
DOCUMENTATION
    For the thesis, see msc_thesis.pdf
    For the paper, see https://eprint.iacr.org/2017/1181

    Note that for the security strength estimation, one should refer to the paper
    as it provides more accurate results.

DEPENDENCIES
    cmake, make, python3, gcc, CUDA

OPTIONAL DEPENDENCIES
    ssh (for cluster mode)
    ruby (for some scripts in the bin dir)

OPTIONS
    see the help message of solve.py

EXAMPLE
    ./solve.py -d 3 -k 16 -t 20 -v -o 46-92-3-16.log challenge-46-92.txt

BUILD
    Instead of using the Python wrapper, you can manually build and launch
    mqsolver as follows:

        $ mkdir build && cd build
        $ cmake -DKEEP_VAR_NUM=16 .. && make
    
    Now, an executable named 'mqsolver' should be available in the build folder

About

C implementation of the Parallel Crossbred algorithm for solving Fukuoka MQ challenges on GPUs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published