A parallelized prime number generator written in C.
Go to file
Nicolás A. Ortega 669b108c43
Initial commit.
2016-11-30 14:32:06 +01:00
build Initial commit. 2016-11-30 14:32:06 +01:00
src Initial commit. 2016-11-30 14:32:06 +01:00
.gitignore Initial commit. 2016-11-30 14:32:06 +01:00
.gitlab-ci.yml Initial commit. 2016-11-30 14:32:06 +01:00
astyle.cfg Initial commit. 2016-11-30 14:32:06 +01:00
AUTHORS.md Initial commit. 2016-11-30 14:32:06 +01:00
CMakeLists.txt Initial commit. 2016-11-30 14:32:06 +01:00
CONTRIBUTING.md Initial commit. 2016-11-30 14:32:06 +01:00
LICENSE Initial commit. 2016-11-30 14:32:06 +01:00
README.md Initial commit. 2016-11-30 14:32:06 +01:00

Indivisible

Uhn is a brute force hash decryptor written in C.

Building

This project uses CMake to build.

$ cd build/
$ cmake ..
$ make

To build a release build run cmake -DCMAKE_BUILD_TYPE=Release .. instead.

Contributing

If you would like to contribute to Uhn then please read the contributing file before creating a merge request.

License

This project is licensed with the GNU GPLv3.