We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Cuda and OpenCL sha256 string hashing to increase performance.
https://github.com/NVIDIA/libcudacxx
sudo apt install ocl-icd-opencl-dev
Additional tooling can be added in the CMakeLists.txt file.
CMakeLists.txt
The text was updated successfully, but these errors were encountered:
jbx and I discussed we want to do tlsh, sha256 and entropy offloaded to GPU but through a new library called blcuda.
blcuda
Sorry, something went wrong.
jbx81-1337
No branches or pull requests
Add support for Cuda and OpenCL sha256 string hashing to increase performance.
https://github.com/NVIDIA/libcudacxx
Additional tooling can be added in the
CMakeLists.txt
file.The text was updated successfully, but these errors were encountered: