BitCrack
BitCrack copied to clipboard
please help errors and i can't build. update the code and the .exe
when i run it i get this errors:
"
[2024-10-23.10:11:00] [Info] Compiling OpenCL kernels...
2 errors generated.
[2024-10-23.10:11:00] [Info] Error: <kernel>:1935:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
<kernel>:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])
^
<kernel>:1949:34: error: passing '__generic unsigned int *' to parameter of type 'unsigned int *' changes address space of pointer
ripemd160sha256NoFinal(hash, digestOut);
^~~~~~~~~
<kernel>:291:67: note: passing argument to parameter 'digest' here
void ripemd160sha256NoFinal(const unsigned int x[8], unsigned int digest[5])"