https://github.com/niklasb/gpuc-rainbow
https://github.com/niklasb/gpuc-rainbow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/niklasb/gpuc-rainbow
- Owner: niklasb
- License: other
- Created: 2015-06-30T10:20:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T10:41:05.000Z (over 10 years ago)
- Last Synced: 2025-02-26T00:49:58.280Z (over 1 year ago)
- Language: C++
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About this project
This program is the product of a school project on general-purpose GPU computing.
It can build and query simple rainbow table and is accelerated with OpenCL.
## How to build and run
CMake is used:
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./rt-build -h
Or you can just use the `./run` script, which automatically generates the
`build` directory and runs the programs:
$ ./run rt-build -h
$ ./run rt-lookup -h
$ ./run rt-benchmarks -h