mirror of
https://github.com/Jimmy-Z/bfCL.git
synced 2025-06-18 11:05:49 -04:00
OpenCL! fancy!
|
||
---|---|---|
cl | ||
.gitignore | ||
aes_128.c | ||
bfcl.c | ||
crypto.h | ||
dsi.h | ||
Makefile | ||
ocl_brute.c | ||
ocl_brute.h | ||
ocl_test.c | ||
ocl_util.c | ||
ocl.h | ||
README.md | ||
sha1_16.c | ||
utils.c | ||
utils.h |
bfCL
This is an experimental port of TWLbf to OpenCL.
Compile
Only tested with mingw-w64-x86_64 /MSYS2 (and occasionally Visual Studio 2017 Community) and Intel OpenCL SDK.
License
AES and SHA1 code from mbed TLS which is Apache 2.0 license, so I guess this project becomes Apache 2.0 licensed automatically? or only related files are Apache 2.0? I'm not sure.